Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Last active 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/3684cc47ff617a4f1095a05763ab0ff6 to your computer and use it in GitHub Desktop.
Save shikhirsingh/3684cc47ff617a4f1095a05763ab0ff6 to your computer and use it in GitHub Desktop.
cURL: Get Fraud Risk Score of Phone Number using TeleSign's Score API
curl -X POST https://rest-api.telesign.com/v1/score/<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