Skip to main content
PATCH
Error

Authorizations

Authorization
string
header
required

Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.

Path Parameters

id
string
required

The webhook endpoint's id (from listWebhooks / createWebhook).

Body

application/json
url
string<uri>

New HTTPS delivery URL for the endpoint.

events
string[]

Replacement set of subscribed event types (v1 catalog: agent.published, call.completed, call.analyzed, call.transferred, call.summarized, number.purchased).

status
enum<string>

active = delivering, disabled = paused by you. You cannot set error here — that state is applied automatically when an endpoint is auto-disabled; PATCH to active to re-enable it.

Available options:
active,
disabled

Response

Updated endpoint.

success
boolean
required
data
object
required
message
string
errors
object[]