Skip to content

List the BRP participants you may see

Request

Note: For BRPs (PV-partijen) only.

Returns your identifier and name as a list (System admins may see all BRP participants).

GET
/public-api/4.0/electricity/reporting/brp-participants
curl -i -X GET \
  https://acc-trading.etpa.nl/public-api/4.0/electricity/reporting/brp-participants

Responses

Success. Array of participants.

Bodyapplication/json
Array [
idstring
namestring
]
Response
[ { "id": "string", "name": "string" } ]