https://rest.tyntec.com/nis/v1/
tyntec’s Global Number Verification (GNV) minimizes message loss and unsuccessful call attempts with real-time phone number verification, providing key information on a user’s phone number, such as subscriber status and roaming data.
GNV is available with the Representational State Transfer Application Programming Interface (REST API). This interface enables quick and easy access to tyntec’s Number Information Services (NIS). The communication is established via Hypertext Transfer Protocol Secure (HTTPS) connections.
The exchanged object type is JavaScript Object Notation (JSON). tyntec’s application accepts and replies with “application/json” as “Content-Type” (and “charset=utf-8”) in the HTTP header.
All of tyntec’s Number Information Services (which also includes Global Number Portability) are accessible through the base Unique Resource Location (URL) (${baseURL}):
curl -u username:password -X GET https://rest.tyntec.com/nis/v1/gnv?msisdn=+491622943176
https://${username}:${password}@rest.tyntec.com/nis/v1/
Authorization: Basic ${authentication-token}