Skip to content

Instantly share code, notes, and snippets.

@jviveiros
Created March 31, 2018 00:53
Show Gist options
  • Save jviveiros/c334e5e4aaa4b956bc59516fd63fcbbf to your computer and use it in GitHub Desktop.
Save jviveiros/c334e5e4aaa4b956bc59516fd63fcbbf to your computer and use it in GitHub Desktop.
API Curl example
curl -H "Accept:application/json," -H "Content-Type:application/json" \
-X POST -u admin:changeme -k -d "{"payment":{"card":"4111111111111111"}}" \
https://tenantid.sandbox.verygoodproxycom/api/v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment