Skip to content

Instantly share code, notes, and snippets.

@vinaygupta2
Created March 21, 2017 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinaygupta2/d82160d075017f3474ccf25ded349bdf to your computer and use it in GitHub Desktop.
Save vinaygupta2/d82160d075017f3474ccf25ded349bdf to your computer and use it in GitHub Desktop.
TOKEN="<access_token>"
SERVICEID="ServiceIds"
curl -H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d "serviceId=$SERVICEID" \
"https://api.telstra.com/v1/my/authorised-actions"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment