The official API for ev.energy, version 2.
ev.energy v2 API (2.0)
- Mock serverhttps://developers.ev.energy/_mock/ev.energy-api-v2/subscriptions
- Live API for both production and sandbox requests.https://api.ev.energy/v2/subscriptions
- Staging server for internal testing only.https://api-staging.ev.energy/v2/subscriptions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers.ev.energy/_mock/ev.energy-api-v2/subscriptions?page_before=xmpl01HNFZM7Q8FXASZXYZ6XM3TQRR&page_after=xmpl01HNFZM7Q8FXASZXYZ6XM3TQRR&page_size=10&expand=user' \
-H 'Accept-Language: string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'EvEnergy-Version: 2'Returns a list of subscriptions.
Provides links to the previous and next pages of data, if they exist.
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.
The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.
The number of requests remaining until this client's rate limit is reached.
Unique identifier for the given Subscription.
Reference of the offering.
Reference of the offering.
[ { "id": "subsB1USP6YGD1VPIDJSHTZARUX11M", "url": "https://api.ev.energy/subscriptions/subsB1USP6YGD1VPIDJSHTZARUX11M", "offering": "https://api.ev.energy/v2/subscription_offerings/suboB1USP6YGD1VPIDJSHTZARUX11M", "user": "https://api.ev.energy/v2/user/user01HN2NJ9NMRZBXT1H6FT9N7735" } ]
- Mock serverhttps://developers.ev.energy/_mock/ev.energy-api-v2/subscription_offerings/{offering_id}
- Live API for both production and sandbox requests.https://api.ev.energy/v2/subscription_offerings/{offering_id}
- Staging server for internal testing only.https://api-staging.ev.energy/v2/subscription_offerings/{offering_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers.ev.energy/_mock/ev.energy-api-v2/subscription_offerings/{offering_id}?expand=user' \
-H 'Accept-Language: string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'EvEnergy-Version: 2'Returns a single subscription offering.
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.
The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.
The number of requests remaining until this client's rate limit is reached.
Unique identifier for the given Subscription Offering.
{ "id": "suboB1USP6YGD1VPIDJSHTZARUX11M", "url": "https://api.ev.energy/v2/subscription_offerings/suboB1USP6YGD1VPIDJSHTZARUX11M", "name": "ev.energy Solar Lifetime" }