Skip to main content
This endpoint provides the access token needed to authenticate requests. To get a token, you need your API Key and API Secret Key.
Authenticate your API calls by including your secret key in the Authorization header of every request you make. You can manage your API keys from the dashboard.
This endpoint provides the access token needed to authenticate requests. To get a token, you need your API Key.

{
  "status": "success",
  "message": "ApiKey login successful",
  "data": { "accessToken": "Your sample code here" }
}