Update webhook endpoint
Webhooks
Update webhook endpoint
Partially updates a webhook endpoint. All fields are optional; at least one must be provided.
PATCH
Update webhook endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Path Parameters
Webhook endpoint ID
Body
application/json
Fields to update
Events replaces the subscribed event types.
Available options:
comment.received, dm.received, review.received, mention.received IsActive enables or disables delivery to this endpoint.
Example:
true
URL changes the webhook delivery endpoint. Must be HTTPS.
Example:
"https://example.com/webhooks/socialapi"