Generate authentication token
POST
/auth/tokenGenerates a JWT token using Basic Authentication with API credential client ID and secret.
RequiresBearerauthentication
Returns
Successfully generated token
Response fields
tokenstringrequiredJWT token to be used for subsequent authenticated requests
POSTRequest
200 OKResponse