Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
This is where the user explicitly creates a new token. The token can be used to call other APIs in the name of the user.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.