Skip to content

Instantly share code, notes, and snippets.

@wehub
Created April 21, 2017 20:14
Show Gist options
  • Select an option

  • Save wehub/ce13e41b2cabffa37ccc682c38d7a920 to your computer and use it in GitHub Desktop.

Select an option

Save wehub/ce13e41b2cabffa37ccc682c38d7a920 to your computer and use it in GitHub Desktop.
curl https://stage.wepayapi.com/v2/oauth2/token \
-d "client_id=123456789" \
-d "client_secret=1a3b5c7d9" \
-d "code=52sdga231sddd213jj9a" \
-d "redirect_uri=http://www.example.com/oauth2_redirect_uri"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment