Obtain an access token using API key and secret
POST/auth/access-token
Obtain an OAuth2 access token by providing an api_key
, api_secret
, and email
.
This endpoint is useful for programmatic access to the API, allowing integration with external services.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error