Skip to main content
Version: 1.0.0

Get a participant

Information

This API allow you to retrieve information about a participant.

Link to swagger
This endpoint is synchronous
The role admin is needed in order to use this endpoint
Endpoints

GET/v1/config/participant/:participantId

Path parameters
participantIdstring (uuid) - Required

Request

GET /v1/config/participant/:participantId


curl -X 'GET'
'https://api.ppd.iopole.fr//v1/config/participant/292354df-5d22-4fad-b230-f32807589a3a'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'

Response

200 OK

{
"participantId": "292354df-5d22-4fad-b230-f32807589a3a",
"name": "\"LE FLOCH BAILLON BICHAT ",
"country": "FR",
"vatNumber": "FRooODuUIHUmG",
"legalIdentifier": "312914807",
"partyIdentifier": "31291480700028",
"participantNetworkIdentifiers": [
{
"data": {
"clientId": "test.test@iopole.com"
},
"electronicAddress": {
"value": "EebonCDDolK",
"scheme": "0225",
"address": "0225:EebonCDDolK"
},
"networkIdentifier": "DOMESTIC_FR",
"participantNetworkIdentifierId": "844fd62a-a35f-4f31-a6d6-bd155a507ea6"
}
]
}