Retrieve applicability keys that may be required to determine solar incentive eligibility in a specific market.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Retrieve applicability keys that may be required to determine solar incentive eligibility in a specific market.
Use this endpoint before calling Get Solar Incentives when you need to know which customer, system, or project values to collect. The response returns applicability metadata, such as required values, numeric limits, choices, and display labels.
Solar incentive data requires special permissions and is available only under specific circumstances for Enterprise customers using Switch.
Resource URI
GET /rest/v1/incentives/applicabilitiesQuery parameters
| Parameter | Type | Description |
|---|---|---|
projectType | String | Restrict the search to the given project type, such as solarPv. Optional. |
incentiveType | String | Restrict the search to an incentive type, such as rebate, billCredit, taxCredit, or discount. Optional. |
country | String | Restrict the search to a country. Optional. |
lseId | Integer | Restrict the search to a load serving entity. Optional. |
customerClasses | String | Customer class, such as RESIDENTIAL, GENERAL, or SPECIAL_USE. Optional. |
state | String | Restrict the search to a state. Optional. |
zipCode | String | Restrict the search to a ZIP code. Optional. |
addressString | String | Restrict the search to an address. Optional. |
effectiveOn | Date | Return applicabilities for incentives available as of this date. Defaults to today's date. Optional. |
isExhausted | Boolean | Include exhausted or non-exhausted incentives. Defaults to false, which restricts results to non-exhausted incentives. Optional. |
For the full applicability data model and detailed examples, see Solar Incentives.
Example
GET /rest/v1/incentives/applicabilities?zipCode=95448&projectType=solarPv&customerClasses=RESIDENTIALA successful response returns a standard response payload with type set to IncentiveApplicability and results containing applicability keys and metadata for the requested market.
