GET
curl -i -X GET \
https://acc-trading.etpa.nl/public-api/1.0/electricity/users/individual \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "id": "string", "username": "string", "firstName": "string", "prefix": "string", "lastName": "string", "fullName": "string", "telephone": "string", "email": "string", "participant": { "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": [ … ] }, "enabled": true, "locked": true, "authorities": [ "string" ] }