Authentication
Test API Key Authentication
Validates the provided API key and returns user information. Used by Zapier to verify credentials.
get/api/zapier/auth/test
Response
Authentication successful
Example response
{
"success": true,
"userId": "550e8400-e29b-41d4-a716-446655440000",
"userName": "John Doe",
"userEmail": "john@ordavia.com",
"message": "Authentication successful"
}