Last active
April 19, 2016 08:41
-
-
Save timhodson/6ce7e1565c619b9e9de92258e13972a2 to your computer and use it in GitHub Desktop.
Make a request to the API using your token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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