Skip to main content
PATCH
management.webhooks.update

Authorizations

Authorization
string
header
required

Account-scoped management credential created by the account owner after email verification. Inference keys cannot access these endpoints; management keys cannot run inference.

Body

application/json
action
enum<string>
required
Available options:
update
endpoint_id
string
required
Pattern: ^[a-fA-F0-9]{24}$
events
enum<string>[]
required
Required array length: 1 - 13 elements
Available options:
video.completed,
video.failed,
pipeline.completed,
pipeline.failed,
request.failed,
budget.alert,
balance.low,
balance.exhausted,
credits.added,
auto_recharge.failed,
key.created,
key.revoked,
budget.updated

Response

Management operation result. Lists use a data array; key/project/audit lists include next_cursor (null at end). Key create/rotate returns key once plus data metadata. X-Audit-Status: pending means the operation succeeded but its completion audit append needs investigation using X-Request-ID.

The response is of type object.