Skip to content

Instantly share code, notes, and snippets.

@timhodson
Last active April 19, 2016 08:41
Show Gist options
  • Save timhodson/6ce7e1565c619b9e9de92258e13972a2 to your computer and use it in GitHub Desktop.
Save timhodson/6ce7e1565c619b9e9de92258e13972a2 to your computer and use it in GitHub Desktop.
Make a request to the API using your token
curl -X GET -H "Authorization: Bearer $YOUR_TOKEN_HERE"\
-H "Cache-Control: no-cache"\
"https://rl.talis.com/2/$TENANT_SHORT_CODE/lists/$LIST_GUID"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment