Retrieve the state eligibility information for a facility.
Successful response with state eligibility details.
Bad Request - The request was invalid or cannot be otherwise served.
Not Found - The requested facility was not found.
{- "url": "/app/api/v1/state_eligibilities/facility/130240",
- "date": "2024-06-20 07:11:26 EDT",
- "code": 200,
- "elements": 2,
- "page": "1 of 1",
- "data": {
- "status": "success",
- "data": [
- {
- "state": "PA",
- "is_eligible": true,
- "product_type": "Tier-I",
- "documents": [
- {
- "name": "Photo of Solar Meter",
- "required": true,
- "filetype": "png|gif|jpg|pdf|jpeg"
}
], - "errors": [
- "A revenue grade meter is required to be eligible in this state"
]
}
]
}
}