Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save boomtrain-support/b72be9082a0ea1229fd0 to your computer and use it in GitHub Desktop.
Save boomtrain-support/b72be9082a0ea1229fd0 to your computer and use it in GitHub Desktop.
API Authentication - An example requesting an OAuth token using cURL
curl -u {username}:{password}
-H 'x-app-id: {app_id}'
-X {HTTP Method}
'https://api.boomtrain.com/tokens'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment