Skip to main content
Bulletins are announcements posted to a tour day. They can be pinned and can trigger a notification to tour members. Bulletin IDs are string/ID values. All endpoints require the standard authentication headers.

List bulletins

Returns the bulletins for a tour. Scope: bulletins.read Example
Path parameters Response data — array of bulletins:

Create a bulletin

Scope: bulletins.write Body
Create takes dayId (camelCase, not day_id or tour_id); the tour is resolved from the day. See Field naming for the snake_case vs camelCase conventions across resources.
Response data: { "bulletin_id": "a8e2…" }.

Update a bulletin

Scope: bulletins.write Path parameters Body — all optional; send only what changes.
The bulletinId is taken from the URL path — do not send it in the request body.
Response data: none.

Delete a bulletin

Soft-deletes the bulletin. Scope: bulletins.write Path parameters Response data: none.
See also: Tours, Guest List.