Retrieve a list of rebate types available to the user.
Security
oauth2
- Mock serverhttps://developers.ev.energy/_mock/ev.energy-api-v2/rebate_types
- Live API for both production and sandbox requests.https://api.ev.energy/v2/rebate_types
- Staging server for internal testing only.https://api-staging.ev.energy/v2/rebate_types
curl -i -X GET \
'https://developers.ev.energy/_mock/ev.energy-api-v2/rebate_types?expand=required_evidence' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'EvEnergy-Version: 2'Return a list of rebate types.
Headers
Indicates the version of the API that generated this response. If EvEnergy-Version was not specified in the request, this will be your OAuth application's default version.
Value:2
The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.
Default:1000
The number of requests remaining until this client's rate limit is reached.
Default:999
Array []
Example:"https://api.ev.energy/v2/rebate_types/rbttB1USP6YGD1VPIDJSHTZARUX11M"
URI for an icon representing this rebate type.
Example:"https://example.com"
Describes the rebate type.
Example:"Rebate for purchasing an eligible vehicle."
One line of text containing important information for the rebate type.
Example:"Must be purchased after 11/01/2024"
HTML string containing detailed eligibility requirements.
Example:"<html><ul><li>Must be eligible for program</li> <li>Purchased after 11/01/2024</li><li>Must be connected to ev.energy</li></ul></html>"
Response
- RebateEvidenceType
- string (uri)
[ { "$ref": "#/components/examples/RebateType" } ]