GET
/
user
/
v1
/
projects-external
/
cURL
curl --request GET \
  --url https://api.cekura.ai/user/v1/projects-external/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "outbound_timeout": 123,
    "max_call_duration": 123,
    "min_call_duration": 123,
    "max_messages_chat_runs_limit": 123,
    "webhook_url": "<string>",
    "webhook_secret": "<string>",
    "evaluate_relevant_metrics_enabled": true,
    "end_call_enabled": true,
    "notify_critical_workflow_adherence": true,
    "notify_daily_report": true,
    "notify_cron_failure": true,
    "notify_cron_success": true,
    "notify_infra_issues": true,
    "notify_binary_workflow_metrics": true,
    "notify_latency_spikes": true,
    "notify_no_calls": true,
    "notify_result_webhook_failed": true,
    "notify_result_webhook_success": true,
    "notify_cronjob_webhook_failed": true,
    "notify_cronjob_webhook_success": true,
    "notify_call_log_webhook_failed": true,
    "notify_call_log_webhook_success": true,
    "forward_vapi_webhook": true,
    "forward_retell_webhook": true,
    "is_send_emails_enabled": true,
    "timezone": "<string>",
    "vapi_api_key": "<string>",
    "retell_api_key": "<string>",
    "syntflow_api_key": "<string>",
    "elevenlabs_api_key": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

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

The response is of type object[].