---
title: "List Financings"
method: GET
path: "/tenants/{tenant_id}/designs/{design_id}/financings"
tags: ["Financings"]
---

# List Financings

`GET /tenants/{tenant_id}/designs/{design_id}/financings`

Returns a list of financings for a design.

---

Financings are returned sorted in descending order based on creation date.

## Path parameters

- `tenant_id` string, uuid, required
- `design_id` string, uuid, required

## Query parameters

- `financing_option` 'cash' | 'loans' | 'lease' | 'ppa' | 'levelized_ppa'
- `selected_in_sales_mode` string

## Response `200`

Financings successfully retrieved.

- object
  - `financings` object[]
    - `id` string, uuid — Unique ID identifying the financing.
    - `name` string — Name of the financing.
    - `selected_in_sales_mode` boolean — Whether this financing was the one last selected in Aurora's Sales Mode.
    - `financing_option` 'cash' | 'loans' | 'lease' | 'ppa' | 'levelized_ppa' — Type of financing.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

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