v1
latestOpenAPI 3.1.02026-07-24317911.4 MBAuthentication/Access Token (Oauth - Username/Password)
Get Access Token From User/Pass
post/tokens
Request body
grant_type'password' | 'refresh_token' | 'mfa' required
This is the type of authentication request being made. 'password' is most common if using username and password from end user to grant access.
client_idstring required
This is the client_id provided to the developer for accessing the api. Will match with the client_secret
client_secretstring required
This is the client_secret provided to the developer for accessing the api. Will match with the client_id
usernamestring required
This is the username and logic for the user. This may look like a uid (user@domain) or could be something else if setup diffferent including a email address potentially.
passwordstring password required
This is the password for the user requesting access.
Response
usernamestring required
userstring required
territorystring required
domainstring required
sitestring
groupstring
departmentstring required
uidstring required
loginstring required
scopestring required
user_emailstring required
displayNamestring required
access_tokenstring required
expires_ininteger required
token_typestring required
refresh_tokenstring required
client_idstring required
apiversionstring required