Skip to content

Instantly share code, notes, and snippets.

@ashkanRmk
Created July 14, 2018 20:10
Show Gist options
  • Save ashkanRmk/43b8b4ff0461c24562ef9df057d641ca to your computer and use it in GitHub Desktop.
Save ashkanRmk/43b8b4ff0461c24562ef9df057d641ca to your computer and use it in GitHub Desktop.
curl --request POST \
--url 'https://stageacc.payping.io/connect/token' \
--header 'content-type: application/json' \
--data '{"grant_type":"authorization_code","client_id": "YOUR_CLIENT_ID","client_secret": "YOUR_CLIENT_SECRET","code": "YOUR_AUTHORIZATION_CODE","redirect_uri": "https://YOUR_APP/callback"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment