Authentication
Get a user token
Use this endpoint to create a user token for a specific user. This token can be safely passed to your user-facing front-end.
post/auth/user_token
Request body
Example request
{
"expires_in": "30m"
}Response
Successful Response