The webhook event catalogue
Central
api.brault.app— this host is the same in every regionEvery event type a webhook endpoint can subscribe to, with its group, a one-line description and the object its payload’s data carries. Put these tokens in a webhook’s events, or the single element "*" to receive everything, including event types added later.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/events"{ "object": "list", "has_more": true, "next_cursor": "string", "data": [ { "object": "event_type", "type": "string", "group": "files", "description": "string", "data_object": "string" } ]}