LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Periods

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 /v1/periods
cURL
-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
  }
]