Authentication

Authentication should happen by passing the "Authorization" header containing your OAuth access token. The token will be provided for you for initial testing, and later on your will be able to generate and refresh OAuth tokens yourself.

curl -header "Authorization: Bearer your-provided-access-token-here" ...