Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

The webhook endpoint ID

Example:

"ep_abc123def456"

Body

application/json

Fields to update on a webhook endpoint

disabled
boolean

Pause or resume delivery to the endpoint

filterTypes
string[] | null

New event types to deliver. Pass a non-empty array to replace the filter, or null to clear it so every event type is delivered. Omit to leave it unchanged.

Minimum array length: 1
Example:
url
string<uri>

New delivery URL

Example:

"https://example.com/webhooks/tella"

Response

Endpoint updated successfully

The updated webhook endpoint

endpoint
object
required

A webhook subscription endpoint