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
Example response
{
"access_token": "eyJraWQiOiJyc2ExIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJhY2JjY2Q...",
"token_type": "bearer",
"expires_in": 3600
}