Skip to content

Retrieve an inverter make

Request

Retrieve details for a single, specific EVSE make.

Security
oauth2(Required scopes: inverter:read)
Path
inverter_make_idstringrequired

The ID of the specific inverter make to retrieve.

Headers
EvEnergy-Versionnumber

Specify the version of this endpoint to use.

Value:2
Accept-Languagestring

Indicates the natural language and locale that the client prefers.

curl -i -X GET \
  'https://developers.ev.energy/_mock/ev.energy-api-v2/inverter_makes/{inverter_make_id}' \
  -H 'Accept-Language: string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'EvEnergy-Version: 2'

Responses

Return a single inverter make.

Headers
EvEnergy-Versionnumber

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
X-RateLimit-Limitnumber

The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.

Default:1000
X-RateLimit-Remainingnumber

The number of requests remaining until this client's rate limit is reached.

Default:999
RetryAfternumber

The number of seconds until this client's requests will not be rate limited.

Default:3600
Bodyapplication/json
idstringimak[A-Z\d]{26}read-onlyrequired

Unique identifier for the given Inverter Make.

Example:"imakNN2Q3R3TKF9XJQ7851PAUR56UX"
urlstring, (uri)read-onlyrequired
Example:"https://api.ev.energy/v2/inverter_makes/imakNN2Q3R3TKF9XJQ7851PAUR56UX"
namestringread-onlyrequired
Example:"Fronius"
iconstring or null, (uri)read-onlyrequired
Example:"https://cdn.example.com/fronius.jpg"
onboarding_urlstring or null

If using Client credentials the URL will not contain a user ID. This will have to be added by the client so the inverter is created for the correct user.

Example:"https://api.ev.energy/v2/inverter_oboarding?user_id=user01HN2NJ9NMRZBXT1H6FT9N7735&make_id=imakWNZ5N0A5D1PR89HJ7STXEWYO58"
inverter_modelsstring, (uri)read-only

A pre-constructed link to a list of inverter models filtered for this make.

Example:"https://api.ev.energy/v2/inverter_models/?make_id=imakWNZ5N0A5D1PR89HJ7STXEWYO58"
Response
{ "id": "imakK7XDPL63NNBDQ5DPB6K3TP87JA", "url": "https://api.ev.energy/inverter_makes/imakK7XDPL63NNBDQ5DPB6K3TP87JA", "name": "Enphase" }