curl
Authentication
Authenticate and get token
Returns a short-lived bearer token for use in API calls. The API key and API secret are two distinct values issued together — the key identifies your account, the secret authenticates the request.
GET
curl
Authorizations
Your SuperDial API key
Your SuperDial API secret
Response
Token returned successfully
Response from GET /v1/auth. Contains a short-lived bearer token usable as Authorization: Bearer <token> on subsequent calls.
Short-lived bearer token (1-hour TTL).