Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Last active April 10, 2018 21:19
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/8c55c0731a535f1c0468c2895d1b29a2 to your computer and use it in GitHub Desktop.
Save shikhirsingh/8c55c0731a535f1c0468c2895d1b29a2 to your computer and use it in GitHub Desktop.
PhoneId-ContactPlus_addon
curl --request POST https://rest-ww.telesign.com/v1/phoneid/<complete-number>  \\
--header "Content-Type: application/json" \\
--data '{"addons":{"contact":{"billing_postal_code": "90292"}}}' \\
--user "CUSTOMER_ID":"API_KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment