Webhook Endpoints
Update a webhook endpoint
Patches url, description, event_types, or enabled. Omitted fields are left unchanged. Requires webhooks:write.
Authorization
apiKey AuthorizationBearer <token>
Community-scoped API key. Send it as Authorization: Bearer arclt_live_.... Keys carry scopes; endpoints that need a specific scope answer 403 missing_scope when the key lacks it.
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PATCH "https://example.com/v1/webhooks/endpoints/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "whep_01JMZXB3C4",
"server_id": "srv_01JMZX0000",
"url": "https://example.com/webhooks/arcalotl",
"description": "Production billing sync",
"event_types": [
"subscription.active",
"subscription.cancelled"
],
"enabled": true,
"consecutive_failures": 0,
"disabled_at": "2019-08-24T14:15:22Z",
"disabled_reason": "string",
"created_at": "2026-06-01T12:00:00Z",
"updated_at": "2026-07-01T12:00:00Z"
}{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}{
"type": "https://docs.arcalotl.com/api/errors#not_found",
"title": "Not Found",
"status": 404,
"detail": "The requested resource was not found.",
"code": "not_found"
}