Skip to content

Instantly share code, notes, and snippets.

@MamaiRachid
Created November 25, 2019 15:09
Show Gist options
  • Save MamaiRachid/af4218679598546ffcf05fc4fca4ae4d to your computer and use it in GitHub Desktop.
Save MamaiRachid/af4218679598546ffcf05fc4fca4ae4d to your computer and use it in GitHub Desktop.
oAuth token API call payload
{
"grant_type": "client_credentials",
"client_id": "85z0pydo1ykxxxxxxxxxxxx",
"client_secret": "jQ1o2JmRvxxxxxxxxxxxx",
"scope": "journeys_read list_and_subscribers_read",
"account_id": "5000xxxxx"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment