Generates an OAuth 2.0 access token using the Resource Owner Password Credentials (ROPC) grant type. Requires the user's username, password, along with the application's client_id and client_secret. The token must be used as a Bearer token in all authorized CCDA API requests.
WARNING
The request must be sent using application/x-www-form-urlencoded content type.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.