List meeting spots
GET
/events/:eventId/meeting-spotsList the meeting spots configured by the event organizers.
| Auth | Not required |
|---|
Path parameters
eventIdstringrequiredEvent ID or slug.
Response
| Field | Type | Description |
|---|---|---|
meetingSpots | MeetingSpot[] | Array of meeting spots. |
Request
curl https://api.4s.link/events/EVENT_ID/meeting-spots \-H "Authorization: Bearer 4s_at_..."
Example response
{"meetingSpots": [{"id": "ms1a2b3-...","name": "Meeting Table A","description": "...","capacity": 4,"active": true,"imageUrl": "https://.../spot.png","order": 0}]}