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
cURL /v1/periods/:period/lock/status -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>"
}