Skip to main content
PATCH
Update webhook endpoint

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Webhook endpoint ID

Body

application/json

Fields to update

events
enum<string>[]

Events replaces the subscribed event types.

Available options:
post.scheduled,
post.published,
post.failed,
post.partial,
post.updated,
post.deleted,
post.unpublished,
post.retried,
comment.received,
dm.received,
dm.sent,
dm.referral,
dm.postback,
dm.status.sent,
dm.status.delivered,
dm.status.read,
dm.status.failed,
review.received,
mention.received,
account.connected,
account.disconnected,
page.removed
is_active
boolean

IsActive enables or disables delivery to this endpoint.

Example:

true

url
string

URL changes the webhook delivery endpoint. Must be HTTPS.

Example:

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

Response

OK

created_at
string
Example:

"2026-03-14T09:00:00Z"

events
string[]
Example:
id
string
Example:

"wh_01HZ9X3Q4R5M6N7P8V2K0W1J"

is_active
boolean
Example:

true

url
string
Example:

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