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>"
  }
]

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
number
string
Maximum string length: 15
phone_number_id
string
Maximum string length: 255