List stages (for managers)
GET
/manage/events/:eventId/stagesList stages for management. Requires the stagesRead permission.
| Auth | Login required |
|---|
Path parameters
eventIdstringrequiredEvent ID or slug.
Response
| Field | Type | Description |
|---|---|---|
stages | Stage[] | Array of stages. |
Request
curl https://api.4s.link/manage/events/EVENT_ID/stages \-H "Authorization: Bearer 4s_at_..."
Example response
{"stages": [{"id": "sg1a2b3c-...","name": "Main Hall","description": "...","capacity": 300,"order": 0}]}