Skip to main content
POST
/
phone-numbers
/
search
Searches for phone numbers.
curl --request POST \
  --url https://api.leadping.ai/phone-numbers/search \
  --header 'Content-Type: application/json' \
  --data '
{
  "phoneNumber": "<string>",
  "location": {
    "location": "<string>",
    "state": "<string>",
    "countryCode": "<string>"
  }
}
'
{
  "numbers": [
    {
      "number": "<string>",
      "location": {
        "location": "<string>",
        "state": "<string>",
        "countryCode": "<string>"
      }
    }
  ]
}

Body

Used to signal cancellation of the operation if needed.

Request payload for phone number search.

phoneNumber
string | null

The phone number associated with this phone number search.

location
object

The location value for this phone number search.

Response

Returns the phone number search response.

API response containing phone number search data returned to callers.

numbers
object[]

The numbers included with this phone number search.