Webhooks
List all webhooks (REST)
1min
List all webhooks created in a specific event
GET
Request
Path Params
{organizationId}
required
Number
The id of the Brella organization you are trying to retrieve data from
{eventId}
required
Number
The id of the Brella event you are trying to retrieve data from
Header Parameters
Brella-API-Access-Token
required
String
Your unique Brella API key
Accept
required
String
application/vnd.brella.v4+json
Content-Type
required
String
application/json
Curl
1curl --location -g --request GET 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/webhooks' \
2--header 'Brella-API-Access-Token: String' \
3--header 'Accept: application/vnd.brella.v4+json' \
4--header 'Content-Type: application/json'
Responses
200
1{
2 "data": [
3 {
4 "id": "7",
5 "type": "webhook",
6 "attributes": {
7 "name": "New Attendee",
8 "enabled": true,
9 "request-url": "https://hooks.tester.com/hooks/catch/1324hhhcatch3/32222a/",
10 "request-method": "post",
11 "created-at": "2023-03-06T15:38:24.892Z",
12 "updated-at": "2023-03-06T16:18:55.504Z",
13 "webhookable-type": "Event",
14 "webhookable-id": 6707,
15 "trigger-item": "Attendee",
16 "trigger-action": "created"
17 }
18 },
19 {
20 "id": "15",
21 "type": "webhook",
22 "attributes": {
23 "name": "Update attendee",
24 "enabled": true,
25 "request-url": "https://hooks.tester.com/hooks/catch/13222263/32222a/",
26 "request-method": "post",
27 "created-at": "2023-03-06T15:50:10.778Z",
28 "updated-at": "2023-03-06T16:18:59.352Z",
29 "webhookable-type": "Event",
30 "webhookable-id": 6707,
31 "trigger-item": "Attendee",
32 "trigger-action": "updated"
33 }
34 },
35 {
36 "id": "17",
37 "type": "webhook",
38 "attributes": {
39 "name": "New Invite [Kavish Test]",
40 "enabled": true,
41 "request-url": "https://webhook.site/cccc592b-7247-4e57-9testd-ejustrandomted",
42 "request-method": "post",
43 "created-at": "2023-03-07T15:07:23.702Z",
44 "updated-at": "2023-03-22T08:23:31.032Z",
45 "webhookable-type": "Event",
46 "webhookable-id": 6707,
47 "trigger-item": "Event::Invite",
48 "trigger-action": "created"
49 }
50 },
51 {
52 "id": "18",
53 "type": "webhook",
54 "attributes": {
55 "name": "Invite Update [Kavish]",
56 "enabled": false,
57 "request-url": "https://webhook.site/123456d-e6ea-4cc0-b6dd-ababababab",
58 "request-method": "post",
59 "created-at": "2023-03-07T15:08:22.588Z",
60 "updated-at": "2023-03-22T05:08:29.682Z",
61 "webhookable-type": "Event",
62 "webhookable-id": 6707,
63 "trigger-item": "Event::Invite",
64 "trigger-action": "updated"
65 }
66 },
67 {
68 "id": "20",
69 "type": "webhook",
70 "attributes": {
71 "name": "Attendee Create Kavish",
72 "enabled": true,
73 "request-url": "https://typedwebhook.tools/webhook/9da5cce8-fae3-429",
74 "request-method": "post",
75 "created-at": "2023-03-07T15:13:17.476Z",
76 "updated-at": "2023-03-22T08:18:46.922Z",
77 "webhookable-type": "Event",
78 "webhookable-id": 6707,
79 "trigger-item": "Attendee",
80 "trigger-action": "created"
81 }
82 },
83 {
84 "id": "21",
85 "type": "webhook",
86 "attributes": {
87 "name": "Attendee Update Kavish ",
88 "enabled": true,
89 "request-url": "https://hooked.webbtester.com/hooks/catch/13222263/32222a/",
90 "request-method": "post",
91 "created-at": "2023-03-07T15:13:22.229Z",
92 "updated-at": "2023-03-23T09:06:58.175Z",
93 "webhookable-type": "Event",
94 "webhookable-id": 6707,
95 "trigger-item": "Attendee",
96 "trigger-action": "updated"
97 }
98 },
99 {
100 "id": "29",
101 "type": "webhook",
102 "attributes": {
103 "name": "Update Invite",
104 "enabled": false,
105 "request-url": "https://hooks.tester.com/hooks/catch/13222263/32222a/",
106 "request-method": "post",
107 "created-at": "2023-03-22T05:04:38.965Z",
108 "updated-at": "2023-03-22T05:08:32.857Z",
109 "webhookable-type": "Event",
110 "webhookable-id": 6707,
111 "trigger-item": "Event::Invite",
112 "trigger-action": "updated"
113 }
114 },
115 {
116 "id": "34",
117 "type": "webhook",
118 "attributes": {
119 "name": "attendee created kav",
120 "enabled": true,
121 "request-url": "https://typedwebhook.tools/webhook/e466f906-e8c3-40cb-824d-23e333333test",
122 "request-method": "post",
123 "created-at": "2023-03-22T11:30:32.026Z",
124 "updated-at": "2023-03-22T11:30:32.026Z",
125 "webhookable-type": "Event",
126 "webhookable-id": 6707,
127 "trigger-item": "Attendee",
128 "trigger-action": "created"
129 }
130 },
131 {
132 "id": "40",
133 "type": "webhook",
134 "attributes": {
135 "name": "Testing Duxxx",
136 "enabled": true,
137 "request-url": "https://hooks.tester.com/hooks/catch/134353/testbotter/",
138 "request-method": "post",
139 "created-at": "2023-03-28T08:24:52.500Z",
140 "updated-at": "2023-03-28T08:24:52.500Z",
141 "webhookable-type": "Event",
142 "webhookable-id": 6707,
143 "trigger-item": "Attendee",
144 "trigger-action": "updated"
145 }
146 },
147 {
148 "id": "41",
149 "type": "webhook",
150 "attributes": {
151 "name": "Testing Duxxx",
152 "enabled": true,
153 "request-url": "https://hooks.tester.com/hooks/catch/13222263/32222a/",
154 "request-method": "post",
155 "created-at": "2023-03-28T08:29:08.370Z",
156 "updated-at": "2023-03-28T08:29:08.370Z",
157 "webhookable-type": "Event",
158 "webhookable-id": 6707,
159 "trigger-item": "Attendee",
160 "trigger-action": "updated"
161 }
162 },
163 {
164 "id": "44",
165 "type": "webhook",
166 "attributes": {
167 "name": "UpdatedAtt-Fixed",
168 "enabled": true,
169 "request-url": "https://typedwebhook.tools/webhook/de-1d38-4f16-aa07-a8ca7b1e4b98",
170 "request-method": "post",
171 "created-at": "2023-04-05T15:50:47.744Z",
172 "updated-at": "2023-04-05T15:50:47.744Z",
173 "webhookable-type": "Event",
174 "webhookable-id": 6707,
175 "trigger-item": "Attendee",
176 "trigger-action": "updated"
177 }
178 },
179 {
180 "id": "45",
181 "type": "webhook",
182 "attributes": {
183 "name": "Testing Rocks",
184 "enabled": true,
185 "request-url": "https://hooks.tester.com/hooks/catch/13222263/32222a/",
186 "request-method": "post",
187 "created-at": "2023-04-12T20:03:49.247Z",
188 "updated-at": "2023-04-12T20:03:49.247Z",
189 "webhookable-type": "Event",
190 "webhookable-id": 6707,
191 "trigger-item": "Attendee",
192 "trigger-action": "updated"
193 }
194 }
195 ]
196}
Updated 13 Apr 2023
Did this page help you?