Skip to main content
PATCH

Authorizations

x-api-key
string
header
required

Echo API key — format: echo_<64 hex chars>. Returned once on signup.

Path Parameters

projectId
string<uuid>
required
webhookId
string<uuid>
required

Body

application/json
url
string<uri>
Example:

"https://your-server.com/webhooks/echo"

status
enum<string>
Available options:
active,
disabled
events
enum<string>[]
Available options:
call.started,
call.ended,
call.summary

Response

Updated endpoint

id
string<uuid>
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

project_id
string<uuid>
Example:

"e56b4c35-882d-4604-9944-9763d314ea59"

url
string
Example:

"https://your-server.com/webhooks/echo"

signing_secret
string
Example:

"whsec_a1b2c3d4e5f6789012345678901234567890123456789012345678901234abcd"

status
enum<string>
Available options:
active,
disabled
Example:

"active"

events
enum<string>[]
Available options:
call.started,
call.ended,
call.summary
Example:
consecutive_failures
integer
Example:

0

created_at
string<date-time>
Example:

"2026-04-12T15:51:59.499Z"

updated_at
string<date-time>
Example:

"2026-04-12T15:51:59.499Z"