Skip to main content
GET
/
v1
/
phone-numbers
/
search
Search phone numbers
curl --request GET \
  --url https://api.oneinbox.ai/v1/phone-numbers/search \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from the OneInbox dashboard (API Keys → Create)

Query Parameters

country
string
required
Example:

"US"

credential_id
string
required

Telephony integration ID from POST /v1/credentials

limit
integer
default:10
area_code
string

Filter by area code

contains
string

Filter numbers containing these digits

Response

200

OK