Speakers
Get speaker by id
1min
Get a single speaker profile in an event using its unique identifier
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
{speakerId}
optional
Number
The id of the sponsor 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}/speakers/{speakerId}' \
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 "id": "93568",
4 "type": "speaker",
5 "attributes": {
6 "honorific": "Capt",
7 "first-name": "John",
8 "middle-name": "Arnsworth",
9 "last-name": "Jameson",
10 "job-title": "CEO",
11 "company-name": "Unicorn Hacking",
12 "photo-url": "https://brella-test.brella.io/uploads/speaker/pics/93568/4mokamocha894.jpg",
13 "bio": {
14 "blocks": [
15 {
16 "key": "f3ngo",
17 "text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. ",
18 "type": "unstyled",
19 "depth": 0,
20 "inline_style_ranges": [
21 {
22 "offset": 0,
23 "length": 11,
24 "style": "BOLD"
25 },
26 {
27 "offset": 12,
28 "length": 63,
29 "style": "color-rgb(0,0,0)"
30 },
31 {
32 "offset": 12,
33 "length": 63,
34 "style": "bgcolor-rgb(255,255,255)"
35 },
36 {
37 "offset": 12,
38 "length": 63,
39 "style": "fontsize-14"
40 },
41 {
42 "offset": 12,
43 "length": 63,
44 "style": "fontfamily-Open Sans\", Arial, sans-serif"
45 }
46 ],
47 "entity_ranges": [],
48 "data": {}
49 },
50 {
51 "key": "5e6dl",
52 "text": "Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. ",
53 "type": "unstyled",
54 "depth": 0,
55 "inline_style_ranges": [
56 {
57 "offset": 0,
58 "length": 171,
59 "style": "color-rgb(0,0,0)"
60 },
61 {
62 "offset": 0,
63 "length": 171,
64 "style": "bgcolor-rgb(255,255,255)"
65 },
66 {
67 "offset": 0,
68 "length": 171,
69 "style": "fontsize-14"
70 },
71 {
72 "offset": 0,
73 "length": 171,
74 "style": "fontfamily-Open Sans\", Arial, sans-serif"
75 },
76 {
77 "offset": 24,
78 "length": 21,
79 "style": "ITALIC"
80 },
81 {
82 "offset": 24,
83 "length": 21,
84 "style": "UNDERLINE"
85 }
86 ],
87 "entity_ranges": [],
88 "data": {}
89 },
90 {
91 "key": "89uvi",
92 "text": "It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. ",
93 "type": "unstyled",
94 "depth": 0,
95 "inline_style_ranges": [
96 {
97 "offset": 0,
98 "length": 121,
99 "style": "color-rgb(0,0,0)"
100 },
101 {
102 "offset": 0,
103 "length": 121,
104 "style": "bgcolor-rgb(255,255,255)"
105 },
106 {
107 "offset": 0,
108 "length": 121,
109 "style": "fontsize-14"
110 },
111 {
112 "offset": 0,
113 "length": 121,
114 "style": "fontfamily-Open Sans\", Arial, sans-serif"
115 }
116 ],
117 "entity_ranges": [],
118 "data": {}
119 },
120 {
121 "key": "58d73",
122 "text": "It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",
123 "type": "unstyled",
124 "depth": 0,
125 "inline_style_ranges": [
126 {
127 "offset": 0,
128 "length": 207,
129 "style": "color-rgb(0,0,0)"
130 },
131 {
132 "offset": 0,
133 "length": 207,
134 "style": "bgcolor-rgb(255,255,255)"
135 },
136 {
137 "offset": 0,
138 "length": 207,
139 "style": "fontsize-14"
140 },
141 {
142 "offset": 0,
143 "length": 207,
144 "style": "fontfamily-Open Sans\", Arial, sans-serif"
145 }
146 ],
147 "entity_ranges": [],
148 "data": {}
149 }
150 ],
151 "entity_map": {}
152 },
153 "highlight-position": null,
154 "external-id": null,
155 "position": 1
156 },
157 "relationships": {
158 "speaker-assignments": {
159 "data": [
160 {
161 "id": "107330",
162 "type": "speaker-assignment"
163 },
164 {
165 "id": "107335",
166 "type": "speaker-assignment"
167 },
168 {
169 "id": "131662",
170 "type": "speaker-assignment"
171 }
172 ]
173 }
174 }
175 },
176 "included": [
177 {
178 "id": "39814",
179 "type": "tag",
180 "attributes": {
181 "name": "Start up",
182 "color": "#bb16a3",
183 "updated-at": "2022-04-14T06:52:13.352Z",
184 "created-at": "2022-04-14T06:52:13.352Z"
185 },
186 "relationships": {
187 "event": {
188 "data": {
189 "id": "5981",
190 "type": "event"
191 }
192 }
193 }
194 },
195 {
196 "id": "39815",
197 "type": "tag",
198 "attributes": {
199 "name": "Inspiration",
200 "color": "#96D758",
201 "updated-at": "2022-04-14T06:52:45.028Z",
202 "created-at": "2022-04-14T06:52:45.028Z"
203 },
204 "relationships": {
205 "event": {
206 "data": {
207 "id": "5981",
208 "type": "event"
209 }
210 }
211 }
212 },
213 {
214 "id": "114153",
215 "type": "tag",
216 "attributes": {
217 "name": "Foyer Stage",
218 "color": "#bb16a3",
219 "updated-at": "2023-01-29T18:12:23.267Z",
220 "created-at": "2023-01-29T18:12:23.267Z"
221 },
222 "relationships": {
223 "event": {
224 "data": {
225 "id": "5981",
226 "type": "event"
227 }
228 }
229 }
230 },
231 {
232 "id": "426917",
233 "type": "timeslot",
234 "attributes": {
235 "external-id": null,
236 "title": "Start ups know-how",
237 "reservable": false,
238 "duration": 60,
239 "location": "Foyer Stage",
240 "content": {
241 "blocks": [
242 {
243 "key": "3drga",
244 "text": "\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, c\"",
245 "type": "unstyled",
246 "depth": 0,
247 "inline_style_ranges": [
248 {
249 "offset": 0,
250 "length": 439,
251 "style": "color-rgb(0,0,0)"
252 },
253 {
254 "offset": 0,
255 "length": 439,
256 "style": "bgcolor-rgb(255,255,255)"
257 },
258 {
259 "offset": 0,
260 "length": 439,
261 "style": "fontsize-14"
262 },
263 {
264 "offset": 0,
265 "length": 439,
266 "style": "fontfamily-Open Sans\", Arial, sans-serif"
267 }
268 ],
269 "entity_ranges": [],
270 "data": {}
271 }
272 ],
273 "entity_map": {}
274 },
275 "subtitle": "Speaker: John Jameson, CEO, Unicorn Haking Oy",
276 "highlight-position": 1,
277 "stream-link": "https://youtube.com/embed/2rfjsd",
278 "chat-channel-id": null,
279 "start-time": "2024-04-30T17:00:00.000Z",
280 "end-time": "2024-04-30T18:00:00.000Z",
281 "tag-order": [
282 "39814",
283 "39815"
284 ]
285 },
286 "relationships": {
287 "tags": {
288 "data": [
289 {
290 "id": "39814",
291 "type": "tag"
292 },
293 {
294 "id": "39815",
295 "type": "tag"
296 }
297 ]
298 },
299 "locations": {
300 "data": [
301 {
302 "id": "114153",
303 "type": "tag"
304 }
305 ]
306 },
307 "speaker-assignments": {
308 "data": [
309 {
310 "id": "131663",
311 "type": "speaker-assignment"
312 },
313 {
314 "id": "107330",
315 "type": "speaker-assignment"
316 }
317 ]
318 },
319 "speakers": {
320 "data": [
321 {
322 "id": "93570",
323 "type": "speaker"
324 },
325 {
326 "id": "93568",
327 "type": "speaker"
328 }
329 ]
330 },
331 "tabs": {
332 "data": []
333 },
334 "attendee-groups": {
335 "data": []
336 },
337 "event": {
338 "data": {
339 "id": "5981",
340 "type": "event"
341 }
342 }
343 }
344 },
345 {
346 "id": "107330",
347 "type": "speaker-assignment",
348 "attributes": {
349 "role": null,
350 "position": 2
351 },
352 "relationships": {
353 "speaker": {
354 "data": {
355 "id": "93568",
356 "type": "speaker"
357 }
358 },
359 "timeslot": {
360 "data": {
361 "id": "426917",
362 "type": "timeslot"
363 }
364 }
365 }
366 },
367 {
368 "id": "39813",
369 "type": "tag",
370 "attributes": {
371 "name": "Networking opportunity",
372 "color": "#7F58D7",
373 "updated-at": "2022-04-14T06:48:25.414Z",
374 "created-at": "2022-04-14T06:48:25.414Z"
375 },
376 "relationships": {
377 "event": {
378 "data": {
379 "id": "5981",
380 "type": "event"
381 }
382 }
383 }
384 },
385 {
386 "id": "426931",
387 "type": "timeslot",
388 "attributes": {
389 "external-id": null,
390 "title": "Workshop - how to build a start up",
391 "reservable": false,
392 "duration": 120,
393 "location": null,
394 "content": null,
395 "subtitle": "The workshop is held by John Jameson from Unicorn Hacking",
396 "highlight-position": null,
397 "stream-link": null,
398 "chat-channel-id": null,
399 "start-time": "2024-05-01T17:00:00.000Z",
400 "end-time": "2024-05-01T19:00:00.000Z",
401 "tag-order": [
402 "39813",
403 "39815",
404 "39814"
405 ]
406 },
407 "relationships": {
408 "tags": {
409 "data": [
410 {
411 "id": "39813",
412 "type": "tag"
413 },
414 {
415 "id": "39815",
416 "type": "tag"
417 },
418 {
419 "id": "39814",
420 "type": "tag"
421 }
422 ]
423 },
424 "locations": {
425 "data": []
426 },
427 "speaker-assignments": {
428 "data": [
429 {
430 "id": "107335",
431 "type": "speaker-assignment"
432 }
433 ]
434 },
435 "speakers": {
436 "data": [
437 {
438 "id": "93568",
439 "type": "speaker"
440 }
441 ]
442 },
443 "tabs": {
444 "data": []
445 },
446 "attendee-groups": {
447 "data": []
448 },
449 "event": {
450 "data": {
451 "id": "5981",
452 "type": "event"
453 }
454 }
455 }
456 },
457 {
458 "id": "107335",
459 "type": "speaker-assignment",
460 "attributes": {
461 "role": null,
462 "position": 1
463 },
464 "relationships": {
465 "speaker": {
466 "data": {
467 "id": "93568",
468 "type": "speaker"
469 }
470 },
471 "timeslot": {
472 "data": {
473 "id": "426931",
474 "type": "timeslot"
475 }
476 }
477 }
478 },
479 {
480 "id": "114154",
481 "type": "tag",
482 "attributes": {
483 "name": "Main Stage",
484 "color": "#D75858",
485 "updated-at": "2023-01-29T18:13:01.077Z",
486 "created-at": "2023-01-29T18:13:01.077Z"
487 },
488 "relationships": {
489 "event": {
490 "data": {
491 "id": "5981",
492 "type": "event"
493 }
494 }
495 }
496 },
497 {
498 "id": "426916",
499 "type": "timeslot",
500 "attributes": {
501 "external-id": null,
502 "title": "Breakfast & networking",
503 "reservable": false,
504 "duration": 60,
505 "location": "Main Stage",
506 "content": {
507 "blocks": [
508 {
509 "key": "1i3gd",
510 "text": "It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.paragraphswordsbyteslistsStart with 'Lorem\nipsum dolor sit amet...'It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.paragraphswordsbyteslistsStart with 'Lorem\nipsum dolor sit amet...'",
511 "type": "unstyled",
512 "depth": 0,
513 "inline_style_ranges": [
514 {
515 "offset": 0,
516 "length": 307,
517 "style": "color-rgb(0,0,0)"
518 },
519 {
520 "offset": 308,
521 "length": 331,
522 "style": "color-rgb(0,0,0)"
523 },
524 {
525 "offset": 640,
526 "length": 24,
527 "style": "color-rgb(0,0,0)"
528 },
529 {
530 "offset": 0,
531 "length": 307,
532 "style": "bgcolor-rgb(255,255,255)"
533 },
534 {
535 "offset": 308,
536 "length": 331,
537 "style": "bgcolor-rgb(255,255,255)"
538 },
539 {
540 "offset": 640,
541 "length": 24,
542 "style": "bgcolor-rgb(255,255,255)"
543 },
544 {
545 "offset": 0,
546 "length": 307,
547 "style": "fontsize-14"
548 },
549 {
550 "offset": 308,
551 "length": 331,
552 "style": "fontsize-14"
553 },
554 {
555 "offset": 640,
556 "length": 24,
557 "style": "fontsize-14"
558 },
559 {
560 "offset": 0,
561 "length": 307,
562 "style": "fontfamily-Open Sans\", Arial, sans-serif"
563 },
564 {
565 "offset": 308,
566 "length": 331,
567 "style": "fontfamily-Open Sans\", Arial, sans-serif"
568 },
569 {
570 "offset": 640,
571 "length": 24,
572 "style": "fontfamily-Open Sans\", Arial, sans-serif"
573 }
574 ],
575 "entity_ranges": [],
576 "data": {
577 "text_align": "justify"
578 }
579 }
580 ],
581 "entity_map": {}
582 },
583 "subtitle": "Come have a breakfast and start networking with other attendees",
584 "highlight-position": 1,
585 "stream-link": "https://vimeo.com/embed/2320948j",
586 "chat-channel-id": null,
587 "start-time": "2024-04-30T16:00:00.000Z",
588 "end-time": "2024-04-30T17:00:00.000Z",
589 "tag-order": [
590 "39813"
591 ]
592 },
593 "relationships": {
594 "tags": {
595 "data": [
596 {
597 "id": "39813",
598 "type": "tag"
599 }
600 ]
601 },
602 "locations": {
603 "data": [
604 {
605 "id": "114154",
606 "type": "tag"
607 }
608 ]
609 },
610 "speaker-assignments": {
611 "data": [
612 {
613 "id": "131661",
614 "type": "speaker-assignment"
615 },
616 {
617 "id": "131662",
618 "type": "speaker-assignment"
619 }
620 ]
621 },
622 "speakers": {
623 "data": [
624 {
625 "id": "93569",
626 "type": "speaker"
627 },
628 {
629 "id": "93568",
630 "type": "speaker"
631 }
632 ]
633 },
634 "tabs": {
635 "data": []
636 },
637 "attendee-groups": {
638 "data": []
639 },
640 "event": {
641 "data": {
642 "id": "5981",
643 "type": "event"
644 }
645 }
646 }
647 },
648 {
649 "id": "131662",
650 "type": "speaker-assignment",
651 "attributes": {
652 "role": "Keynote speaker",
653 "position": 2
654 },
655 "relationships": {
656 "speaker": {
657 "data": {
658 "id": "93568",
659 "type": "speaker"
660 }
661 },
662 "timeslot": {
663 "data": {
664 "id": "426916",
665 "type": "timeslot"
666 }
667 }
668 }
669 }
670 ]
671}


Updated 18 Aug 2023
Did this page help you?