GET /api/v3/exchange/eco

My.EnergyCap.Com needs a way to get a token from a partition name. Pass in a partition, create and return a token for provided partition.

CreateTokenForPartitionV3

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Query Parameters

Name Description Type Required
partition string Optional

Responses

200 OK The request succeeded and the response body contains the requested data.

Response Body Parameters

SingleValue
Property Description Type
value object
Example Response application/json
{  "value": {}
}