v1
latestOpenAPI 3.1.02026-07-241695611.0 MBFederation Webhook Management
Patch Federation Webhook Endpoint
patch/federations/{federation_id}/webhooks/{endpoint_id}
Path parameters
federation_idstring uuid required
endpoint_idstring required
Request body
Example request
{
"channels": [
"project_1337"
],
"filter_types": [
"user.signup"
],
"secret": "whsec_C2FVsBQIhrscChlQIMV+b5sSYspob7oD",
"uid": "unique-ep-identifier",
"version": 1
}Response
Successful Response
Example response
{
"channels": [
"project_123",
"group_2"
],
"filter_types": [
"user.signup",
"user.deleted"
],
"id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"uid": "unique-ep-identifier",
"url": "https://example.com/webhook/",
"version": 1
}