Exchange Code for Access Token

curl https://api.hint.com/api/oauth/tokens \
  --data '{"grant_type":"authorization_code", "code":"AUTHORIZATION_CODE_FROM_UI"}' \
  --header 'Authorization: Bearer PARTNER_API_KEY' \
  --header 'Content-Type: application/json'
Body Params
string
required
string
required
boolean

Defaults to true. Pass false to keep the integration pending after token exchange.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json