List speakers
GET
/events/:eventId/speakersList the published speakers of an event.
| Auth | Not required |
|---|
Path parameters
eventIdstringrequiredEvent ID or slug.
Response
| Field | Type | Description |
|---|---|---|
speakers | Speaker[] | Array of speakers. |
Request
curl https://api.4s.link/events/EVENT_ID/speakers \-H "Authorization: Bearer 4s_at_..."
Example response
{"speakers": [{"id": "sp1a2b3-...","firstName": "太郎","lastName": "山田","nativeName": "山田 太郎","title": "Engineer","bio": "...","avatarUrl": "https://.../avatar.png","status": "PUBLISHED","order": 0}]}