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

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