Authenticate
Authenticate
Pass your API Key and API Secret to generate a JWT access token which is required to use Sandbox APIs.
POST
Authenticate
The access token has a validity of 24 hours. You can get a new token anytime using the Authenticate API. Read in detail about Authentication here.
The access token you generate is NOT a bearer token. Pass it in authorization header without Bearer keyword.
Headers
Example:
"key_live...."
Example:
"secret_live...."
Example:
"1.0"