LedgerLou Docs is optimized for desktop.

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

Periods

Lock request status

Checks whether a pending lock request exists for the specified period.

GET /v1/periods/:period/lock/status
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Responses
200
Success
400
INVALID_INPUT The period format is invalid.
GET /v1/periods/:period/lock/status
cURL
-cmd">curl --request -method">GET -punct">\
  --url 'https://api.ledgerlou.de/v1/periods/:period/lock/status' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
{
  "has_pending_request": true,
  "request_id": "<string>",
  "requested_by": "<string>",
  "created_at": "<string>"
}