Get Access Token
POST/oauth/token
Exchange your client ID and secret for an OAuth 2.0 access token. Send this request with a Content-Type: application/x-www-form-urlencoded header, using the Sandbox or Production token URL shown on the Home page depending on which environment you're targeting - the two environments do not share the same token endpoint.
Request
Responses
- 200
- 400
- 401
Access token issued successfully.
Missing or malformed client_id/client_secret.
The client_id/client_secret combination is invalid.