Skip to content

Get a BRP participant by id

Request

Note: For BRPs (PV-partijen) only.

Returns the id and name of one BRP participant.

BRP participants may provide their own id.

Path
brpParticipantIdstringrequired

Identifier of the BRP participant to return. Must be one your session names; any other identifier returns 404, whether or not it exists.

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

Responses

Success. Array containing a single entry with the requested BRP participant.

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