API Authentication Testing
Request Configuration
Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Response
Response will appear here after making an API call
Click "Test API Call" or "Test Public Endpoint" to startAuthentication Examples
OAuth2 Bearer Token
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Header API Key
X-API-Key: abc123def456ghi789
Query API Key
GET /api/endpoint?api_key=abc123def456ghi789
Basic Authentication
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=