This request will give you the information of the participants that are representing you.
Security
api-key
GET
curl -i -X GET \
https://acc-trading.etpa.nl/public-api/1.0/electricity/users/participants \
-H 'api_key: YOUR_API_KEY_HERE'Requested participants
Array [
]
Response
[ { "id": "string", "name": "string", "kvK": "string", "iban": "string", "bic": "string", "externalId": "string", "externalIdType": "ACER", "recipientId": "string", "addresses": [ … ], "maxSellE": 0, "maxBuyE": 0, "maxSellG": 0, "maxBuyG": 0, "contacts": [ … ], "broker": true, "pvPartyParticipant": true, "intraday": true, "expost": true, "gridOperator": true, "enappsys": true, "idcons": true, "representedBy": "string", "vatWarehouse": true, "vatNumber": "string", "walletBalance": 0, "xbidEnabled": true, "brpDeliveryAreas": [ … ] } ]