Skip to content

Instantly share code, notes, and snippets.

@timhodson
Last active April 18, 2016 15:52
Show Gist options
  • Save timhodson/6c409b56314b744eaae6b29102879c1b to your computer and use it in GitHub Desktop.
Save timhodson/6c409b56314b744eaae6b29102879c1b to your computer and use it in GitHub Desktop.
Request an access_token
# 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