---
title: "Index all credit lines"
method: GET
path: "/v1/persons/credit_lines"
tags: ["Credit Line Servicing"]
---

# Index all credit lines

`GET /v1/persons/credit_lines`

Returns an array of all credit lines for all of your customers.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[person_id]` string
- `filter[status]` string
- `filter[granted_at_min]` string
- `filter[granted_at_max]` string
- `filter[id]` string
- `filter[eligible_renewal_expires_at_min]` string
- `filter[eligible_renewal_expires_at_max]` string

## Response `200`

ConsumerCreditLine.V1.ListCreditLinesResponse

- ConsumerCreditLineV1ListCreditLineItem[]
  - `status` 'authorization_pending,' | 'account_creation_pending' | 'mandate_creation_pending' | 'open' | 'closed', required — The status of the credit line.
  - `person_id` string, required — The person ID of the customer who has the credit line.
  - `limit` object, required — The limit of the credit line.
    - `currency` string, required — The currency of the given value. Only EURO is currently supported.
    - `unit` 'cents', required — The unit of the given value.
    - `value` integer, required — The amount value
  - `id` string, required — The unique ID of a credit line, generated after a credit line is created.
  - `granted_at` string, datetime, nullable — The timestamp from when the credit line was granted to the customer.

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/solarisgroup/apis/splitpay.md) · [All operations](https://skmtc.net/solarisgroup/apis/splitpay/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/splitpay/revisions/06b62340347d/schema)
