Get oAuth 2.0 token
Note the oAuth specification is for a form post
of client_id, client_secret, grant_type, not a JSON post
Other APIs
Get OAuth Token
Obtain an OAuth 2.0 access token for API authentication
POST
Get oAuth 2.0 token
Note the oAuth specification is for a form post
of client_id, client_secret, grant_type, not a JSON post
Authorizations
LoginId Authentication: Authenticate using the LoginId generated from DNCScrub User Manager. In HTTP header place "loginId: {loginId}"