Authentication
Get a user token
Use this endpoing to create a user token for a specific user. This token can be safely passed to your user-facing front-end.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json