Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Last active April 10, 2018 21:21
Show Gist options
  • Save shikhirsingh/3a5643cffefce49c52011f1d6114791c to your computer and use it in GitHub Desktop.
Save shikhirsingh/3a5643cffefce49c52011f1d6114791c to your computer and use it in GitHub Desktop.
PhoneId-ContactMatch_addon
curl --request POST https://rest-ww.telesign.com/v1/phoneid/<complete-phone-number> \\
--header "Content-Type: application/json" \\
--data '{"addons":{"contact_match":{"first_name": "User First Name", "last_name":"User Last Name", "address": "123 Main St", "city": "Marina Del Rey"}}}' \\
--user "CUSTOMER_ID":"API_KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment