v1

latestOpenAPI 3.1.02026-07-243013.0 KB

Generate Access token (Application Based Authentication)

post/oauth2/token/

Response

200

access_tokenstring
token_typestring
expires_ininteger
scopestring

Example response

{
  "access_token": "y70kak2K0Rg7J4PAL8sdW0MutnGJEl",
  "token_type": "Bearer",
  "expires_in": 36000,
  "scope": "read write"
}
All 3 operations