---
title: "Get lease status"
method: GET
path: "/application/status"
tags: ["Application"]
---

# Get lease status

`GET /application/status`

Looks up lease status of the lease with the given applicationID.

## Query parameters

- `applicationId` integer

## Response `200`

Success

- StatusUpdate
  - `applicationId` ApplicationId
    - `storeApplicationIdentifier` string, nullable
    - `accountNumber` integer, nullable
  - `approvalStatus` string, nullable
  - `approvalLimit` number, double
  - `statusReason` string, nullable
  - `approvalReason` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Service Error

---

[API](https://skmtc.dev/progleasing/apis/progressive-leasing-commerce-api.md) · [All operations](https://skmtc.dev/progleasing/apis/progressive-leasing-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/progleasing/progressive-leasing-commerce-api/revisions/a51acdb02487/schema)
