v1

latestOpenAPI 3.1.02026-07-246246106.8 KB
Calling the Authentication API

Obtain New Tokens or Refresh Existing Token

This endpoint will generate a new set of Access/Refresh Tokens.

post/auth/token

Query parameters

scopestring required

Headers

Authorizationstring required

<br/>Basic base64 encoded clientID:clientSecret<br/><br/><strong>Example:</strong><br/><strong>Client ID:</strong> 123<br/><strong>Client Secret:</strong> ABC<br/><br/>123:ABC base64 encoded = MTIzOkFCQwo=<br/><br/><strong>Resulting header:</strong><br/><span style='color:#282'>Basic MTIzOkFCQwo=</span>

Response

200

object required
All 62 operations