cURL
curl --request GET \ --url https://prd.der-connect.eliagroup.eu/api/v1/onboarding/types/entities \ --header 'Authorization: Bearer <token>'
{ "data": [ { "manufacturers": [ "<string>" ], "type": "Battery" } ], "links": { "next": "<string>" }, "meta": { "continuationToken": "<string>", "pageSize": 123 } }
Returns a list with the available Entity types and the possible manufacturers for each type.
Access Token Authentication
OK
A page of Entity onboarding request types
Was this page helpful?