Skip to content

Get Individual

Request

This request will give you the information about you as an individual.

Security
api-key
GET
/public-api/1.0/electricity/users/individual
curl -i -X GET \
  https://acc-trading.etpa.nl/public-api/1.0/electricity/users/individual \
  -H 'api_key: YOUR_API_KEY_HERE'

Responses

Requested individual

Bodyapplication/json
idstringrequired
usernamestringrequired
firstNamestring
prefixstring
lastNamestring
fullNamestringrequired
telephonestring
emailstring
participantobject(ParticipantDto)
enabledbooleanrequired
lockedbooleanrequired
authoritiesArray of stringsrequired
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" ] }