v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBAuthentication
Authenticate
Grant access to the API getting an OAuth2Token.
post/oauth/authorize
Response
The OAuth2Token.
Example response
{
"refresh_token": "{{refresh_token}}",
"token_type": "Bearer",
"access_token": "{{access_token}}"
}