---
title: "Index SDD collection applications"
method: GET
path: "/v1/persons/{person_id}/sdd_collection_applications"
tags: ["SDD Collection Applications"]
---

# Index SDD collection applications

`GET /v1/persons/{person_id}/sdd_collection_applications`

Returns a list of all SDD collection applications for the person specified in the request URL.

## Path parameters

- `person_id` string, required

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `filter[status]` string

## Response `200`

The operation was successful.

- SddCollectionApplicationResponse[]
  - `id` string — ID of the SDD collection application.
  - `person_id` string — ID of the person who created the SDD collection application.
  - `credit_record_id` string — The `credit_record_id` of the SDD collection application.
  - `sdd_collection_id` string — ID of the SDD collection.
  - `account_snapshot_id` string — ID of the relevant account snapshot record.
  - `status` string — The current status of the SDD collection application.
  - `decision` 'OFFERED' | 'REJECTED' — The decision taken on the SDD collection application.
  - `rejection_reasons` string[] — An array of reasons why the SDD collection application was rejected.
  - `created_at` string, date-time — UTC timestamp from when the application was created.
  - `limit` Amount
    - `value` integer — The amount, in Euro cents.
    - `unit` string — The unit of the given value.
    - `currency` string — The currency.

## Other responses

- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.

---

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