Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Created November 20, 2017 00:25
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 shikhirsingh/6b52b175153cb18b61b0494d79ef4c67 to your computer and use it in GitHub Desktop.
Save shikhirsingh/6b52b175153cb18b61b0494d79ef4c67 to your computer and use it in GitHub Desktop.
cURL: Get a Phone Number's ID Attributes using TeleSign API
curl -X POST https://rest-api.telesign.com/v1/phoneid/<complete_phone_number> \
-d account_lifecycle_event="sign-in" \
-u "CUSTOMER_ID":"API_KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment