v1
latestOpenAPI 3.1.02026-07-241695611.0 MBFederation Webhook Management
Update Federation Webhook Endpoint
put/federations/{federation_id}/webhooks/{endpoint_id}
Path parameters
federation_idstring uuid required
endpoint_idstring required
Request body
Example request
{
"channels": [
"project_123",
"group_2"
],
"description": "An example endpoint name",
"filter_types": [
"user.signup",
"user.deleted"
],
"uid": "unique-ep-identifier",
"url": "https://example.com/webhook/",
"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
}