---
title: "Index all credit line applications"
method: GET
path: "/v1/persons/credit_line_applications"
tags: ["Consumer Credit Line"]
---

# Index all credit line applications

`GET /v1/persons/credit_line_applications`

Returns an array of all credit line applications for all of your customers.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[person_id]` string
- `filter[id]` string
- `filter[credit_line_id]` string
- `filter[status]` string
- `filter[application_date_min]` string
- `filter[application_date_max]` string
- `filter[credit_line_amount]` integer

## Response `200`

ConsumerCreditLineWeb.ListCreditLineApplicationsResponse

- ConsumerCreditLineWebListCreditLineApplicationItem[]
  - `status` 'initial_scoring_pending' | 'account_snapshot_pending' | 'account_snapshot_verification_pending' | 'identification_pending' | 'offered' | 'esign_pending' | 'esign_complete' | 'esign_failed' | 'credit_line_creation_pending' | 'credit_line_created' | 'expired' | 'deleted' | 'rejected', required — The status of a consumer credit line application.
  - `person_id` string, required — The person ID of the customer applying for the credit line.
  - `limit` SolarisToolkitWebMoney
    - `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 consumer credit line application.
  - `credit_line_id` string — The unique ID of a credit line, generated after a credit line is created.
  - `created_at` string, required — The timestamp from when the credit line was created.

## 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)
