Skip to main content
GET
/
user
/
organizations
cURL
curl --request GET \
  --url https://api.cekura.ai/user/organizations/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
[
  {
    "name": "<string>",
    "limit_to_exclusive_numbers": true,
    "id": 123,
    "team_size": "1",
    "discovery_source": "<string>",
    "outbound_timeout": -1,
    "max_agents_limit": 123,
    "max_members_limit": 123,
    "max_concurrent_runs_limit": -1,
    "max_concurrent_chat_runs_limit": -1,
    "max_call_duration": -1,
    "evaluate_relevant_metrics_enabled": true,
    "end_call_enabled": true,
    "generate_scenario_auto_assign_numbers_enabled": true,
    "show_custom_dashboards": true,
    "notify_daily_report": true,
    "notify_cron_failure": true,
    "notify_cron_success": true,
    "notify_no_calls": true,
    "notify_result_webhook": true,
    "notify_cronjob_webhook": true,
    "notify_call_log_webhook": true,
    "forward_vapi_webhook": true,
    "forward_retell_webhook": true,
    "is_send_emails_enabled": true,
    "notify_frequent_calls_for_number": true,
    "frequent_calls_threshold": -1,
    "frequent_calls_time_period": -1,
    "frequent_calls_cooldown": -1,
    "notify_metric_significant_shift": true,
    "notify_low_credits": true,
    "low_credits_threshold": "<string>",
    "cronjob_low_balance_mute_days": "0",
    "allow_duplicate_call_ids": true,
    "allow_join_requests": true,
    "conditional_actions_generation_enabled": true,
    "vapi_api_key_configured": "<string>",
    "vapi_public_key_configured": "<string>",
    "retell_api_key_configured": "<string>",
    "syntflow_api_key_configured": "<string>",
    "webhook_url": "<string>",
    "webhook_secret": "<string>",
    "members": [
      {
        "id": 123,
        "user": {
          "name": "<string>",
          "email": "jsmith@example.com",
          "id": 123
        },
        "role": "admin",
        "is_email_notify_enabled": true,
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ],
    "projects": [
      {
        "name": "<string>",
        "id": 123,
        "members": [
          {
            "id": 123,
            "user": {
              "name": "<string>",
              "email": "jsmith@example.com",
              "id": 123
            },
            "role": "admin",
            "is_email_notify_enabled": true,
            "created_at": "2023-11-07T05:31:56Z",
            "updated_at": "2023-11-07T05:31:56Z"
          }
        ],
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "timezone": "Africa/Abidjan",
    "is_2fa_required": true,
    "skip_onboarding": true,
    "onboarding_flow": "simulation",
    "phone_number_verified": true,
    "slack_invite_sent": true,
    "auto_refill": true,
    "auto_refill_threshold": "<string>",
    "auto_refill_amount": "<string>",
    "auto_refill_max_cap": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt

Use this file to discover all available pages before exploring further.

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
name
string
required
Maximum string length: 255
limit_to_exclusive_numbers
boolean
required

When enabled, only phone numbers with organization field set to this organization will be visible. When disabled, all unassigned phone numbers are also visible.

id
integer
read-only
team_size
enum<string>

Number of people/employees in the organization

  • 1 - 1
  • <10 - Less than 10
  • 10-100 - 10 - 100
  • 100-500 - 100 - 500
  • 500+ - More than 500
Available options:
1,
<10,
10-100,
100-500,
500+
discovery_source
string | null

How the user discovered the platform (e.g., LinkedIn, Google, ChatGPT, Friends, etc.)

outbound_timeout
integer
Required range: -2147483648 <= x <= 2147483647
max_agents_limit
integer
read-only
max_members_limit
integer
read-only
max_concurrent_runs_limit
integer
Required range: -2147483648 <= x <= 2147483647
max_concurrent_chat_runs_limit
integer
Required range: -2147483648 <= x <= 2147483647
max_call_duration
integer
Required range: -2147483648 <= x <= 2147483647
evaluate_relevant_metrics_enabled
boolean
end_call_enabled
boolean
generate_scenario_auto_assign_numbers_enabled
boolean
show_custom_dashboards
boolean
read-only
notify_daily_report
boolean
notify_cron_failure
boolean
notify_cron_success
boolean
notify_no_calls
boolean
notify_result_webhook
boolean
notify_cronjob_webhook
boolean
notify_call_log_webhook
boolean
forward_vapi_webhook
boolean
forward_retell_webhook
boolean
is_send_emails_enabled
boolean
notify_frequent_calls_for_number
boolean
frequent_calls_threshold
integer
Required range: -2147483648 <= x <= 2147483647
frequent_calls_time_period
integer
Required range: -2147483648 <= x <= 2147483647
frequent_calls_cooldown
integer
Required range: -2147483648 <= x <= 2147483647
notify_metric_significant_shift
boolean
notify_low_credits
boolean

Enable email notifications when credits remaining falls below threshold

low_credits_threshold
string<decimal>

Dollar amount threshold - notify when credits remaining is below this value. Example: 100.00

Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$
cronjob_low_balance_mute_days
enum<string>

Mute cronjob low balance notifications for selected number of days

  • 0 - Disabled
  • 3 - 3 Days
  • 7 - 7 Days
  • 14 - 14 Days
Available options:
0,
3,
7,
14
allow_duplicate_call_ids
boolean

When enabled, Allow uploading calls with the same call_id

allow_join_requests
boolean

When enabled, users with matching email domain can discover and request to join this organization

conditional_actions_generation_enabled
boolean

When enabled, auto-generated scenarios use conditional actions format instead of instructions

vapi_api_key_configured
string
read-only
vapi_public_key_configured
string
read-only
retell_api_key_configured
string
read-only
syntflow_api_key_configured
string
read-only
webhook_url
string<uri>
Maximum string length: 200
webhook_secret
string
Maximum string length: 255
members
object[]
read-only
projects
object[]
read-only
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only
timezone
enum<string>
  • Africa/Abidjan - Africa/Abidjan
  • Africa/Accra - Africa/Accra
  • Africa/Addis_Ababa - Africa/Addis_Ababa
  • Africa/Algiers - Africa/Algiers
  • Africa/Asmara - Africa/Asmara
  • Africa/Bamako - Africa/Bamako
  • Africa/Bangui - Africa/Bangui
  • Africa/Banjul - Africa/Banjul
  • Africa/Bissau - Africa/Bissau
  • Africa/Blantyre - Africa/Blantyre
  • Africa/Brazzaville - Africa/Brazzaville
  • Africa/Bujumbura - Africa/Bujumbura
  • Africa/Cairo - Africa/Cairo
  • Africa/Casablanca - Africa/Casablanca
  • Africa/Ceuta - Africa/Ceuta
  • Africa/Conakry - Africa/Conakry
  • Africa/Dakar - Africa/Dakar
  • Africa/Dar_es_Salaam - Africa/Dar_es_Salaam
  • Africa/Djibouti - Africa/Djibouti
  • Africa/Douala - Africa/Douala
  • Africa/El_Aaiun - Africa/El_Aaiun
  • Africa/Freetown - Africa/Freetown
  • Africa/Gaborone - Africa/Gaborone
  • Africa/Harare - Africa/Harare
  • Africa/Johannesburg - Africa/Johannesburg
  • Africa/Juba - Africa/Juba
  • Africa/Kampala - Africa/Kampala
  • Africa/Khartoum - Africa/Khartoum
  • Africa/Kigali - Africa/Kigali
  • Africa/Kinshasa - Africa/Kinshasa
  • Africa/Lagos - Africa/Lagos
  • Africa/Libreville - Africa/Libreville
  • Africa/Lome - Africa/Lome
  • Africa/Luanda - Africa/Luanda
  • Africa/Lubumbashi - Africa/Lubumbashi
  • Africa/Lusaka - Africa/Lusaka
  • Africa/Malabo - Africa/Malabo
  • Africa/Maputo - Africa/Maputo
  • Africa/Maseru - Africa/Maseru
  • Africa/Mbabane - Africa/Mbabane
  • Africa/Mogadishu - Africa/Mogadishu
  • Africa/Monrovia - Africa/Monrovia
  • Africa/Nairobi - Africa/Nairobi
  • Africa/Ndjamena - Africa/Ndjamena
  • Africa/Niamey - Africa/Niamey
  • Africa/Nouakchott - Africa/Nouakchott
  • Africa/Ouagadougou - Africa/Ouagadougou
  • Africa/Porto-Novo - Africa/Porto-Novo
  • Africa/Sao_Tome - Africa/Sao_Tome
  • Africa/Tripoli - Africa/Tripoli
  • Africa/Tunis - Africa/Tunis
  • Africa/Windhoek - Africa/Windhoek
  • America/Adak - America/Adak
  • America/Anchorage - America/Anchorage
  • America/Chicago - America/Chicago
  • America/Denver - America/Denver
  • America/Los_Angeles - America/Los_Angeles
  • America/New_York - America/New_York
  • America/Phoenix - America/Phoenix
  • America/Sao_Paulo - America/Sao_Paulo
  • Asia/Dubai - Asia/Dubai
  • Asia/Hong_Kong - Asia/Hong_Kong
  • Asia/Kolkata - Asia/Kolkata
  • Asia/Seoul - Asia/Seoul
  • Asia/Shanghai - Asia/Shanghai
  • Asia/Singapore - Asia/Singapore
  • Asia/Tokyo - Asia/Tokyo
  • Australia/Melbourne - Australia/Melbourne
  • Australia/Perth - Australia/Perth
  • Australia/Sydney - Australia/Sydney
  • Europe/Amsterdam - Europe/Amsterdam
  • Europe/Berlin - Europe/Berlin
  • Europe/London - Europe/London
  • Europe/Madrid - Europe/Madrid
  • Europe/Moscow - Europe/Moscow
  • Europe/Paris - Europe/Paris
  • Europe/Rome - Europe/Rome
  • Pacific/Auckland - Pacific/Auckland
  • Pacific/Honolulu - Pacific/Honolulu
  • US/Central - US/Central
  • US/Eastern - US/Eastern
  • US/Mountain - US/Mountain
  • US/Pacific - US/Pacific
  • UTC - UTC
Available options:
Africa/Abidjan,
Africa/Accra,
Africa/Addis_Ababa,
Africa/Algiers,
Africa/Asmara,
Africa/Bamako,
Africa/Bangui,
Africa/Banjul,
Africa/Bissau,
Africa/Blantyre,
Africa/Brazzaville,
Africa/Bujumbura,
Africa/Cairo,
Africa/Casablanca,
Africa/Ceuta,
Africa/Conakry,
Africa/Dakar,
Africa/Dar_es_Salaam,
Africa/Djibouti,
Africa/Douala,
Africa/El_Aaiun,
Africa/Freetown,
Africa/Gaborone,
Africa/Harare,
Africa/Johannesburg,
Africa/Juba,
Africa/Kampala,
Africa/Khartoum,
Africa/Kigali,
Africa/Kinshasa,
Africa/Lagos,
Africa/Libreville,
Africa/Lome,
Africa/Luanda,
Africa/Lubumbashi,
Africa/Lusaka,
Africa/Malabo,
Africa/Maputo,
Africa/Maseru,
Africa/Mbabane,
Africa/Mogadishu,
Africa/Monrovia,
Africa/Nairobi,
Africa/Ndjamena,
Africa/Niamey,
Africa/Nouakchott,
Africa/Ouagadougou,
Africa/Porto-Novo,
Africa/Sao_Tome,
Africa/Tripoli,
Africa/Tunis,
Africa/Windhoek,
America/Adak,
America/Anchorage,
America/Chicago,
America/Denver,
America/Los_Angeles,
America/New_York,
America/Phoenix,
America/Sao_Paulo,
Asia/Dubai,
Asia/Hong_Kong,
Asia/Kolkata,
Asia/Seoul,
Asia/Shanghai,
Asia/Singapore,
Asia/Tokyo,
Australia/Melbourne,
Australia/Perth,
Australia/Sydney,
Europe/Amsterdam,
Europe/Berlin,
Europe/London,
Europe/Madrid,
Europe/Moscow,
Europe/Paris,
Europe/Rome,
Pacific/Auckland,
Pacific/Honolulu,
US/Central,
US/Eastern,
US/Mountain,
US/Pacific,
UTC
is_2fa_required
boolean
skip_onboarding
boolean
onboarding_flow
enum<string>
  • simulation - Simulation
  • observability - Observability
Available options:
simulation,
observability
phone_number_verified
boolean
read-only
slack_invite_sent
boolean
read-only

Whether Slack community invite has been sent to this organization

auto_refill
boolean
auto_refill_threshold
string<decimal>
Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$
auto_refill_amount
string<decimal>
Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$
auto_refill_max_cap
string<decimal> | null

Maximum total amount that can be auto-refilled in a billing cycle. None for no limit.

Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$