List periods
Returns all booking periods with their status (open, soft-locked or hard-locked).
GET
/v1/periods Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token. Responses
200
Success
GET
cURL /v1/periods -cmd">curl --request -method">GET -punct">\
--url 'https://api.ledgerlou.de/v1/periods' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON [
{
"period": "<string>",
"status": "<string>",
"period_number": 1,
"booking_count": 1,
"locked_by": null,
"locked_at": null
}
]