---
title: "GET /bills"
method: GET
path: "/bills"
tags: ["Billing"]
---

# GET /bills

`GET /bills`

List your fees invoices (i.e: your Defacto bill) for the loans you performed on the platform.<br/>By default, this endpoint only returns your own bills, but you may request bills for your own specific borrowers (with a business identifier or ID) depending on your contract type.

## Query parameters

- `bill_id` string[]
- `business_id` string[]
- `business_identifier` string[]
- `cursor` string
- `end_date` string, date-time
- `light_bills` boolean
- `page_size` integer
- `start_date` string, date-time
- `status` string[]

## Response `200`

OK

---

[API](https://skmtc.net/getdefacto/apis/api-reference.md) · [All operations](https://skmtc.net/getdefacto/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdefacto/api-reference/revisions/0a9c1f8784f2/schema)
