---
title: "Get credit applications"
method: GET
path: "/credit/applications"
tags: ["Credit"]
---

# Get credit applications

`GET /credit/applications`

Get credit applications.

## Query parameters

- `limit` integer
- `page` integer
- `customer_id` string

## Response `200`

OK

- CreditApplicationGetMultiple
  - `has_more` boolean, required
  - `data` CreditApplication[]
    - `application_id` string
    - `program_id` string, required
    - `date_created` string, required
    - `date_updated` string, required
    - `application_status` 'created' | 'submitted' | 'resubmit_required' | 'approved' | 'denied', required
    - `applicant` object, required
      - `customer_id` string
      - `employment_status` 'employed' | 'self_employed' | 'unemployed' | 'retired' | 'student' | 'other'
      - `address_id` string
      - `total_annual_income` integer — Total annual income in cents
      - `monthly_housing_payment` integer — Monthly housing payment in cents
      - `terms_accepted` boolean
      - `currency` 'USD', required
      - `first_name` string
      - `middle_name` string
      - `last_name` string
      - `date_of_birth` string
      - `street` string
      - `street2` string
      - `city` string
      - `state` string
      - `country` string
      - `zip_code` string
      - `ssn` string — Tokenized value
      - `email` string — Must be a valid email address
    - `accounts` object
      - `security_deposit_account_id` string, nullable

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
