v1
latestSwagger 2.02026-07-13137761.0 MBAuthentication
Get authentication token
This endpoint allows you to get an authentication token. No need to be authenticated to use this endpoint.
post/api/oauth/v1/token
Headers
Content-typestring required
Equal to 'application/json' or 'application/x-www-form-urlencoded', no other value allowed
Authorizationstring required
Equal to 'Basic xx', where 'xx' is the base 64 encoding of the client id and secret. Find out how to generate them in the <a href="/documentation/authentication.html#client-idsecret-generation">Client ID/secret generation</a> section.
Request body
Example request
{
"username": "admin",
"password": "admin",
"grant_type": "password"
}Response
Return an authentication token