GET /basic/{format}

nexmo.com:number-insight

Summary: Basic Number Insight
Operation ID: getNumberInsightBasic
Auth: unknown
Description

Provides [basic number insight](/number-insight/overview#basic-standard-and-advanced-apis) information about a number. Note that this endpoint also supports `POST` requests.

Parameters (3)

country (string, query, optional)

If a number does not have a country code or is uncertain, set the two-character country code. This code must be in ISO 3166-1 alpha-2 format and in upper case. For example, GB or US. If you set country and number is already in [E.164](https://en.wikipedia.org/wiki/E.164) format, country must match the country code in number.

Constraints: {'pattern': '[A-Z]{2}'}

format (string, path, required)

The format of the response

Constraints: {'enum': ['json', 'xml']}

number (string, query, required)

A single phone number that you need insight about in national or international format.

Constraints: {'pattern': '^[0-9-+\\(\\)\\s]*$'}

No probe data for this endpoint yet.