cURL
curl --request PATCH \ --url https://api.social-api.ai/v1/webhooks/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "events": [ "<string>" ], "is_active": true, "url": "<string>" } '
{ "created_at": "<string>", "events": [ "<string>" ], "id": "<string>", "is_active": true, "url": "<string>" }
Partially updates a webhook endpoint. All fields are optional; at least one must be provided.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sk_live_...
Authorization: Bearer sk_live_...
Webhook endpoint ID
Fields to update
OK