Skip to content

Instantly share code, notes, and snippets.

@wehub
Created April 21, 2017 16:18
Show Gist options
  • Save wehub/edf190226c285903ca11ec95704c5c13 to your computer and use it in GitHub Desktop.
Save wehub/edf190226c285903ca11ec95704c5c13 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