Skip to main content

List rental files

GET 

/rental-files/

List Rental Files.

This endpoint allows the authenticated user to retrieve a paginated list of rental files associated with their organization. Users can apply filters to refine the results based on specific criteria.

🔒 Authentication​

This endpoint require a valid OAuth2 Bearer

It supports account impersonation within Organization's sub-accounts using X-Eaz-Account-Id Header.

  • If the X-Eaz-Account-Id header is provided and the user has access rights to that sub-account, the impersonation context is applied.
  • Otherwise, the user's own account context is used.

Scopes :​

User must provide one of the following scopes:

  • admin
  • staff
  • user
  • org:admin
  • org:staff
  • org:user
  • rental_file:read

📄 Pagination​

This endpoint uses pagination with limit and offset.

Request​

Responses​

Successful Response