GuideLab API

Get organization working days

Returns the persisted working calendar for the authenticated organization or an explicitly selected active partner lab.

GET
/calendar/working-days

Returns the persisted working calendar for the authenticated organization or an explicitly selected active partner lab.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Query Parameters

labId?string
Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/calendar/working-days"
{  "workingDays": [    0  ],  "timezone": "string",  "closures": [    {      "startDate": "string",      "endDate": "string",      "isRecurringAnnually": true    }  ]}
Empty
Empty
Empty
Empty