API Reference
1. API Info
GET/api/v1/version
Provides the version of the API.
Responses
2. Auth
POST/api/v1/token
Generates a JWT token for the provided AppId and Secret.
Tokens can be used by passing a "Authorization" header with a value using a "Bearer {token}" format alongside your request. Note that tokens are valid for 1 hour.
Request body
Responses
GET/api/v1/status
Get the current API user auth status.
This endpoint is used to check if the token is valid and to get the current user's identity. Please ensure you pass a "Authorization" header with a value using a "Bearer {token}" format.