Skip to main content
GET
/
v1
/
auth
curl
curl https://robodialer-service-api-9nc4t1p9.uc.gateway.dev/v1/auth \
  -H 'Robodialer-API-Key: <your-api-key>' \
  -H 'Robodialer-API-Secret: <your-api-secret>'
{
  "token": "eyJhbGciOiJSUzI1NiIs...truncated...signature"
}

Authorizations

Robodialer-API-Key
string
header
required

Your SuperDial API key

Robodialer-API-Secret
string
header
required

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.

token
string
required

Short-lived bearer token (1-hour TTL).