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.

Headers

api-key
string

Body

application/json
publicKey
string

Response

200

success
boolean
default:true
Example:

true

token
string
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"