v1

latestOpenAPI 3.0.3Proprietary2026-08-066617.6 KB
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

successboolean
userIdstring uuid
userNamestring
userEmailstring email
messagestring

Example response

{
  "success": true,
  "userId": "550e8400-e29b-41d4-a716-446655440000",
  "userName": "John Doe",
  "userEmail": "john@ordavia.com",
  "message": "Authentication successful"
}
All 6 operations