Number
Last modified:2026-04-03 12:54:09
Searches available phone numbers from carrier inventory based on area code, prefix, pattern, or geographic location. Returns available numbers that can be reserved and provisioned. Numbers showing null number_id are carrier-available and require reservation before provisioning. See the Knowledge Base article for complete workflow instructions.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
application/json
Available phone numbers with carrier information. Null number_id indicates carrier-available numbers requiring reservation.
curl --location --request GET 'https://apicfa.convirza.com/v2/number/search?npa&nxx&ocn&match&rc&state' \
--header 'Authorization: Bearer <token>'
Response Response Example
[
{
"number_id": 0,
"number": 1000000000,
"source": 0
}
]
Modified at 2026-04-03 12:54:09