# Lockboxes Operations for managing lockboxes ## Get lockboxes - [GET /lockboxes](https://rentengine.redocly.app/openapi/lockboxes/getlockboxes.md): Retrieve lockboxes with optional filtering and pagination ## Create lockboxes - [POST /lockboxes](https://rentengine.redocly.app/openapi/lockboxes/postlockboxes.md): Create new lockboxes (currently only SentriLock type is supported) ## Transfer lockboxes between accounts - [POST /lockboxes/transfer_accounts](https://rentengine.redocly.app/openapi/lockboxes/postlockboxestransferaccounts.md): Moves lockboxes between accounts. The user must have access to both the lockboxes and the target account. ## Generate a lockbox code - [POST /lockboxes/generate_code](https://rentengine.redocly.app/openapi/lockboxes/postgeneratelockboxcode.md): Generate a one-time code for a lockbox. The code can be generated by providing either a lockbox_id, serial_number, or unit_id. The code will be valid for the specified date.