v1
latestOpenAPI 3.0.02026-07-241010520.6 KBFinancings
List Financings
Returns a list of financings for a design.
Financings are returned sorted in descending order based on creation date.
get/tenants/{tenant_id}/designs/{design_id}/financings
Path parameters
tenant_idstring uuid required
The ID of the tenant that the design is part of.
design_idstring uuid required
The ID of the design to retrieve the financings for.
Query parameters
financing_option'cash' | 'loans' | 'lease' | 'ppa' | 'levelized_ppa'
Only show specific financing types. Some financing attributes are only populated by specifying a valid financing type here.
selected_in_sales_modestring
Only shows the financings that was last selected in Sales Mode, when set to "true".
Response
Financings successfully retrieved.
Example response
{
"financings": [
{
"name": "Default Financing"
}
]
}