Authentication
Create Token
POST
/
auth
/
v1
/
method
/
token
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requireddescription
string
requirednamespaceKey
string
expiresAt
string
Response
200 - application/json
clientToken
string
requiredauthentication
object
requiredWas this page helpful?