Skip to main content
POST
Resume a single paused outbound call

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Response

Successful Response

Result of a per-call cancel / pause / resume action.

conversation_id
string<uuid>
required
action
enum<string>
required
Available options:
cancelled,
paused,
resumed
paused
boolean
required

The call's paused state after the action (False after cancel/resume).