cURL
curl --request GET \ --url https://api.cekura.ai/test_framework/v1/phone-numbers/inbound/ \ --header 'X-CEKURA-API-KEY: <api-key>'
[ { "number": "<string>", "phone_number_id": "<string>", "id": 123 } ]
Phone numbers inbound
Documentation IndexFetch the complete documentation index at: https://docs.cekura.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication. It should be included in the header of each request.
15
255