Skip to main content
GET
/
test_framework
/
v1
/
phone-numbers
/
inbound
/
cURL
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/phone-numbers/inbound/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "number": "<string>",
    "phone_number_id": "<string>",
    "common": "<string>",
    "call_service_provider": "vapi"
  }
]

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Response

200 - application/json
id
integer
required
number
string
required
Maximum length: 15
phone_number_id
string
required
Maximum length: 255
common
string
required
call_service_provider
enum<string>

Call service provider this phone number is associated with

  • vapi - VAPI
  • patronus - Patronus
Available options:
vapi,
patronus