Auth
Generate access token
Accepts grant_type: client_credentials, password, otp, refresh_token, assume_user and extended_otp
post/Auth/Token
Headers
X-Versionstring
Request body
Example request
{
"username": "user@email.com",
"grant_Type": "password",
"password": "yourPassword"
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.