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'
Language
Click Try It! to start a request and see the response here!