Auth
User Login
Authenticate user and get an access token.
POST
Overview
Authenticate a user and receive an access token for API requests. Access tokens are valid for 1 hour. Use the refresh_token to obtain a new token when the access token expires.
Request Body
email
(string) - User’s email address.password
(string) - User’s password.
Example Request
Headers
API versioning is required. Include the header X-API-Version
with current version value in all requests.
Example:
"v1"