POST
/
auth
/
token
curl --request POST \
  --url https://api.mudstack.com/auth/token \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string
required

Query Parameters

secret
string
required

The secret key

key
string
required

The API key

Response

200
application/json
JWT token

The response is of type string.