Supported Authentication Methods
No Authentication
Basic Authentication
Example request header
Authorization: Basic base64encoded(username:password)API Key Authentication
Example request header
YourApiKeyHeader <your_api_key>OAuth2 Authentication
Example request header
Last updated