Skip to content

Instantly share code, notes, and snippets.

@ashkanRmk
Last active September 15, 2018 13:23
Show Gist options
  • Select an option

  • Save ashkanRmk/94527b0fcb863330c930a280817b4e66 to your computer and use it in GitHub Desktop.

Select an option

Save ashkanRmk/94527b0fcb863330c930a280817b4e66 to your computer and use it in GitHub Desktop.
curl --request POST \
--url 'https://oauth.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_verifier": "YOUR_GENERATED_CODE_VERIFIER","code": "YOUR_AUTHORIZATION_CODE","redirect_uri": "YOUR_REDIRECT_URL", }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment