Skip to main content
POST
Generate Bearer Token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
public_apikey
string
required
Example:

"your_api_key"

private_secretkey
string
required
Example:

"your_secret_key"

Response

Bearer token response

token
string

JWT Bearer token

data
object