Skip to content

Instantly share code, notes, and snippets.

@boomtrain-support
Last active August 31, 2015 17:02
Show Gist options
  • Save boomtrain-support/f1172e745c4f88cd23ae to your computer and use it in GitHub Desktop.
Save boomtrain-support/f1172e745c4f88cd23ae to your computer and use it in GitHub Desktop.
API Authentication - An example OAuth token authentication request using cURL
curl -u {username}:{OAuth Token}
-H 'x-app-id: {app_id}'
-X {HTTP Method}
'https://api.boomtrain.com/{endpoint}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment