integrations.sh
← all integrations

nexmo.com – number-insight

OpenAPI apis-guru

The Number Insight API delivers real-time intelligence about the validity, reachability and roaming status of a phone number and tells you how to format the number correctly in your application. There are three levels of Number Insight API available: . The advanced API is available asynchronously as well as synchronously.

Homepage
https://api.apis.guru/v2/specs/nexmo.com:number-insight/1.2.1.json
Provider
nexmo.com:number-insight / number-insight
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/nexmo.com/number-insight/1.2.1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/nexmo.com/number-insight/1.2.1/openapi.yaml

Tools (6)

Extracted live via the executor SDK.

  • advanced.getNumberInsightAdvanced

    Provides information about a number synchronously, in the same way that the basic and standard endpoints do.

    Vonage recommends accessing the Advanced API asynchronously using the /advanced/async endpoint, to avoid timeouts.

    Note that this endpoint also supports POST requests.

  • advanced.getNumberInsightAsync

    Provides number information asynchronously using the URL specified in the callback parameter. recommends asynchronous use of the Number Insight Advanced API, to avoid timeouts.

    Note that this endpoint also supports POST requests.

  • basic.getNumberInsightBasic

    Provides information about a number.

    Note that this endpoint also supports POST requests.

  • standard.getNumberInsightStandard

    Provides information about a number.

    Note that this endpoint also supports POST requests.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools