Last active
April 18, 2016 15:52
-
-
Save timhodson/6c409b56314b744eaae6b29102879c1b to your computer and use it in GitHub Desktop.
Request an access_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
# Assuming that TALIS_API_CLIENT_ID and TALIS_API_CLIENT_SECRET are set in your environment | |
curl -sS -u $TALIS_API_CLIENT_ID:$TALIS_API_CLIENT_SECRET\ | |
https://users.talis.com/oauth/tokens\ | |
-d 'grant_type=client_credentials' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment