Skip to main content
POST
/
api
/
v1
/
auth
/
token
Create authentication token
curl --request POST \
  --url https://api.example.com/api/v1/auth/token \
  --header 'Content-Type: application/json' \
  --data '
{
  "role": "<string>",
  "user_id": "<string>"
}
'
{}

Body

application/json

Token creation request

role
string
user_id
string

Response

OK

{key}
string