Version: v1
REST API
Authentication
- API Key: APIKey
- HTTP: Bearer Auth
API Key is required to access the API endpoints.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Authorization |
JWT Authorization header using the Bearer scheme. Example: "Bearer {token}"
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Was this section helpful?