v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
Authorization

Retrieve a bearer token with API credentials

Retrieve a bearer token with API credentials

post/v1/auth/token

Headers

userstring

user name provided in api credentials

passwordstring

password provided in api credentials

Response

Bearer Token

access_tokenstring
token_typestring
expires_ininteger

Example response

{
  "access_token": "eyJraWQiOiJyc2ExIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJhY2JjY2Q...",
  "token_type": "bearer",
  "expires_in": 3600
}