Request `access_token` for API access.
Authentication
Request Access Token
Use your client_id and client_secret to
request an access token to authorize your API requests.
POST
Request `access_token` for API access.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Provide the Client Credentials linked above.
Response
Authorized Response