v1
latestOpenAPI 3.1.02026-07-141045121.7 KBGroup
Group updated
Sent to your endpoint when any of the following group fields are updated in your platform: public, parentId, name, custom, bannerImageId, backgroundImageId, faviconImageId, logoImageId, subdomain, url, moderationCharter, privacyPolicy, termsOfUse, or imprint.
postWebhookgroup.updated
Headers
webhook-signaturestring required
Example:v1,4UHnozIIxoqswxyYsplgMpo1w5JaUjaPDlg5dm8n1SE=
The signature of the event payload, used to verify the authenticity of the event. If multiple signatures are present, they are space delimited.
webhook-idstring required
Example:msg_35bE2UOtsaBIqUl7VW4mLuR9q2B
The unique identifier of the event. It is the same ID for the retry attempts of the same event.
webhook-timestampstring required
Example:1763370163
The date and time when the event was emitted, in the Unix epoch format (number of seconds that have elapsed since January 1, 1970).
Payload
Example payload
{
"type": "group.updated",
"data": {
"groupId": "507f1f77bcf86cd799439011",
"name": "Engineering Team",
"parentId": "507f1f77bcf86cd799439011",
"custom": "Unit 101",
"bannerImageId": "507f1f77bcf86cd799439011",
"backgroundImageId": "507f1f77bcf86cd799439011",
"faviconImageId": "507f1f77bcf86cd799439011",
"logoImageId": "507f1f77bcf86cd799439011",
"subdomain": "company-subdomain",
"url": "company-domain.com",
"privacyPolicy": {
"url": "https://example.com/policy"
},
"moderationCharter": {
"url": "https://example.com/policy"
},
"termsOfUse": {
"url": "https://example.com/policy"
},
"imprint": {
"url": "https://example.com/policy"
}
}
}Response
The event is considered as accepted for any 2xx response code.