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>" } ]
API view set for managing phone numbers. This view set provides endpoints to list and manage phone numbers associated with a specific organization.
API Key Authentication. It should be included in the header of each request.
15
255