Phone Number Verification, Examples


Example Python code showing how to use the Phone Number Verification Service to lookup individual phone numbers is available in the Syniverse Developer Community area on Github here.

The example code includes everything you need to query one or more phone numbers. This means that once downloaded, the only code change needed is to add your access token.

Phone Numbers need to be in international format and URL encoded, i.e. the UK number 07860438585 would become %2B447860438585 (the leading + is encoded as %2B)

Example CURL Statement

API Example Call
Number Lookup
curl -X GET 
-H "Authorization: Bearer {token}"  
"https://api.syniverse.com/numberidentity/v3/numbers/{PHONE NUMBER}"

Copyright © 2017 Syniverse Technologies