---
title: "List available information request codes"
method: GET
path: "/applications/information-request-codes"
tags: ["Onboarding"]
---

# List available information request codes

`GET /applications/information-request-codes`

Returns all available information request codes with their expected response types and descriptions.

## Response `200`

OK

- object[]
  - `code` string, required — The standardised code identifying the type of information.
  - `expectedResponseType` 'file' | 'text' | 'boolean' | 'date', required — The expected format of the response for this information request item.
  - `description` string, required — Human-readable description of what the code represents.

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/versions/a162c72b8bf6/schema)
