cURL
curl --request POST \ --url https://api.mudstack.com/auth/token \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>'
"<string>"
Authenticate API keys using account_id, key, and secret.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The secret key
The API key
JWT token
The response is of type string.
string
Was this page helpful?