GuideLab API

Seed UK bank holidays

Populates the lab's calendar with default UK bank holidays. Only seeds if the lab has no existing calendar entries. Lab-only endpoint.

POST
/calendar/time-off/seed-holidays

Populates the lab's calendar with default UK bank holidays. Only seeds if the lab has no existing calendar entries. Lab-only endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/calendar/time-off/seed-holidays"
{  "message": "string",  "seeded": true,  "count": 0}
Empty