FAQ | Verify

Utilize tyntec’s FAQs to help solve any issues you may have. Additionally, learn about cloud communications, CPaaS, SMS for business, authentication, and more. If any questions arise while reading, don’t hesitate to contact us.

What is the difference between the RESTful API and ENUM?

ENUM is a system that unifies the international number system with the Domain Name System (DNS). As a mapping standard, ENUM uses the common Internet DNS system to translate E.164 phone number into IP addresses that can be used in internet communications.

ENUM is based on UDP communication by default, which generally means that there’s no guaranteed package delivery.

You can use either the ENUM protocol or our RESTful API to access our Portability Check or Number Verification services.

Specifics for the ENUM protocol are:

  • No requirement to transmit username or password
  • Authentication is based on your IP. We highly recommend a VPN connection to increase the security of your connection in this case.
  • No unique identifier is needed (unlike the message ID used by other tyntec services). The identification for individual queries is based on the phone number queried, the IP the query came from and the query timestamp.
  • Timeout parameter: If tyntec does not get a response within a specified timeframe, you will receive an error response.

If you use our RESTful API, the communication is established via Hypertext Transfer Protocol Secure (HTTPS) connections. The exchanged object type is typically a JavaScript Object Notation (JSON). tyntec’s application accepts and replies with “application/json” as “Content-Type” (and “charset=utf-8”) in the HTTP header