---
title: "Retrieve Limit Increase Requests"
method: GET
path: "/v1/instances/{instance_id}/customers/{customer_id}/limit-increase"
tags: ["Customers"]
---

# Retrieve Limit Increase Requests

`GET /v1/instances/{instance_id}/customers/{customer_id}/limit-increase`

## Path parameters

- `instance_id` string, required
- `customer_id` string, required — Customer ID

## Response `200`

List customer limit increase requests

- GetCustomerLimitIncreaseOut[]
  - `id` string, required
  - `status` 'in_review' | 'approved' | 'rejected', required
  - `per_transaction` integer, nullable
  - `daily` integer, nullable
  - `monthly` integer, nullable
  - `approved_per_transaction` integer, nullable
  - `approved_daily` integer, nullable
  - `approved_monthly` integer, nullable
  - `supporting_document_type` 'individual_bank_statement' | 'individual_tax_return' | 'individual_proof_of_income' | 'individual_pay_stub' | 'individual_employment_letter' | 'individual_investment_statement' | 'individual_crypto_exchange_statement' | 'individual_blockchain_wallet_statement' | 'business_bank_statement' | 'business_financial_statements' | 'business_tax_return' | 'business_contract' | 'business_accounts_receivable' | 'business_merchant_processor_statement' | 'business_shareholder_loan', nullable
  - `supporting_document_file` string, uri, nullable
  - `customer_id` string, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `400` — Possible error codes: `VALIDATION_FAILED`. See the Error responses section for retry semantics.
- `401` — Possible error codes: `AUTH_UNAUTHORIZED`. See the Error responses section for retry semantics.
- `403` — Possible error codes: `AUTH_FORBIDDEN`. See the Error responses section for retry semantics.
- `429` — Possible error codes: `AUTH_RATE_LIMITED`. See the Error responses section for retry semantics.
- `500` — Possible error codes: `INTERNAL_ERROR`. See the Error responses section for retry semantics.

---

[API](https://skmtc.dev/blindpay/apis/blindpay-api.md) · [All operations](https://skmtc.dev/blindpay/apis/blindpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blindpay/blindpay-api/revisions/470de27afb7b/schema)
