Generate authentication token (legacy)
POST
/auth/tokenGenerates a JWT token using Basic Authentication with API credential client ID and secret.
Provided for backward compatibility. New integrations should use POST /v2/auth/token instead.
RequiresBearerauthentication
Returns
Successfully generated token
Response fields
tokenstringrequiredJWT token to be used for subsequent authenticated requests
POSTRequest
200 OKExample Response