api-docs-icon

Generate authentication token

POST
/ v1/ api/ token

Creates a new JWT token for API authentication using client credentials. Please note that a Access Token is only valid for an hour. So, to access our APIs you have to generate a New Access Token every hour.










Response










clientId
string
required

Client identifier provided during API registration

Example:
t7s4f3g2h1j5k6l7m8n9
clientSecret
string
required

Client secret provided during API registration

Example:
abcdefghijklmnopqrstuvwxyz123456789

Responses

Authentication successful

isError
boolean

Indicates if the response contains an error

Example:
false
message
string

Response message

Example:
Success
result
object

statusCode
number

HTTP status code

Example:
200