1Pick a language
2Try It!
Loading…
Response
Click
Try It! to start a request and see the response here!The MorpheusCX Call-Control API lets you manage live calls over HTTP — hang up, hold, park, transfer, and bridge — route callers into queues or to agents, manage conference rooms, and create / read / update / delete dialer leads.
Base URL
All requests go to your tenant's own host:
https://YOUR-DOMAIN.morpheus.cx/api/v1/call-control
Get an API key
Create a key in your MorpheusCX portal under Control Panel → API Keys. The full key (ck_…) is shown once at creation — store it securely.
Quickstart
curl https://YOUR-DOMAIN.morpheus.cx/api/v1/call-control/calls \
-H "Authorization: Bearer ck_your_key"
Next, see Authentication for headers and permissions, then explore the endpoints in the sidebar.