Skip to main content
PUT
@firma-dev/sdk

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Path Parameters

id
string<uuid>
required

Body

application/json
url
string<uri>
events
string[]

Response

Webhook updated successfully

id
string<uuid>
required

Unique identifier for the webhook

url
string<uri>
required

Webhook URL

events
string[]
required

Events that trigger this webhook

enabled
boolean
required

Whether the webhook is enabled

created_at
string<date-time>
required

Webhook creation timestamp

description
string | null

Webhook description

consecutive_failures
integer

Number of consecutive delivery failures

auto_disabled_at
string<date-time> | null

Timestamp when the webhook was auto-disabled due to failures

updated_at
string<date-time>

Webhook last update timestamp