OAuth

POST   /OAuth/Token


Returns a JSON object with the token, expiration, and refresh.

Body Parameters
ParameterTypeDescription
client_idstringAPI User Key
client_secretstringAPI User Secret
usernamestringAPI User Key
passwordstringAPI User Secret
grant_typestringValue = client_credentials
Response Codes
CodeDescription
200OK
400Bad Request
401Unauthorized
403Forbidden