Get Auth Token
Authentication
Before using any other endpoints, you must obtain an authentication token by logging in with your credentials.
Login
Headers
Authorization
: Bearer token for API accessContent-Type
: application/json
Request Body
Success Response (200)
Error Response (400)
Example Request
Notes
The returned token must be used in all subsequent API requests
Token expires after the specified duration in the response (expires field)
Last updated