Phone NumbersSearch available phone numbers

Search available phone numbers

Search carrier inventory filtered by location and feature requirements.

curl -X GET "https://api.talkturo.com/api/phone-numbers/search?areaCode=example_string&countryCode=USA&phoneNumberPattern=%2B1-555-0123&features=example_string" \
  -H "Content-Type: application/json"
{
  "success": true,
  "numbers": [
    {
      "phoneNumber": "+1-555-0123",
      "country": "USA",
      "type": "example_string",
      "cost": "example_string",
      "features": [
        "example_string"
      ]
    }
  ]
}
GET
/phone-numbers/search
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (cookie: sb-access-token)
sb-access-tokenstring
Required

Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.

Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.
query
areaCodestring

Filter to a local area code

query
countryCodestring

Country code such as US

query
phoneNumberPatternstring

Carrier-supported number pattern

query
featuresstring

Comma-separated required capabilities (e.g. sms,voice)

Request Preview
Response

Response will appear here after sending the request

Authentication

path
parameterstring
Required

API Key for authentication. Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.

Query Parameters

areaCodestring

Filter to a local area code

countryCodestring

Country code such as US

phoneNumberPatternstring

Carrier-supported number pattern

featuresstring

Comma-separated required capabilities (e.g. sms,voice)

Responses

successboolean
numbersarray