# Get My Participants This request will give you the information of the participants that are representing you. Endpoint: GET /public-api/1.0/electricity/users/participants Version: 1.0 Security: api-key ## Response 200 fields (application/json): - `id` (string, required) - `name` (string) - `kvK` (string) - `iban` (string) - `bic` (string) - `externalId` (string) - `externalIdType` (string) Enum: "ACER", "LEI", "EIC", "GLN", "BIC" - `recipientId` (string) - `addresses` (array) - `addresses.street` (string) - `addresses.houseNumber` (string) - `addresses.postalCode` (string) - `addresses.city` (string) - `addresses.country` (string) - `addresses.ean` (string) - `addresses.invoice` (boolean) - `maxSellE` (number) - `maxBuyE` (number) - `maxSellG` (number) - `maxBuyG` (number) - `contacts` (array) - `contacts.email` (string) - `contacts.telephone` (string) - `contacts.comment` (string) - `contacts.receivingEmail` (boolean) - `contacts.mailType` (string) Enum: "GLOBAL", "ETPA", "ACER" - `contacts.third` (boolean) - `broker` (boolean) - `pvPartyParticipant` (boolean) - `intraday` (boolean) - `expost` (boolean) - `gridOperator` (boolean) - `enappsys` (boolean) - `idcons` (boolean) - `representedBy` (string) - `vatWarehouse` (boolean) - `vatNumber` (string) - `walletBalance` (number) - `xbidEnabled` (boolean, required) - `brpDeliveryAreas` (array) ## Response 403 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array) ## Response 500 fields (*/*): - `errors` (array)