Skip to main content
Version: 1.0.0

Connect a participant to a network

Information

This API allow you to connect a participant to a network.

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

Endpoints

POST/v1/config/participant/:participantId/network

Body parameters
networkIdentifierstring (enum) - Required

Request

POST /v1/config/participant/:participantId/network


curl -X 'POST'
'https://api.ppd.iopole.fr//v1/config/participant/f47ac10b-58cc-4372-a567-0e02b2c3d479/network'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{
"networkIdentifier": "DOMESTIC_FR"

Response

201 Created

  {
"type": "PARTICIPANT",
"id": "127cfd27-33de-4bb6-832c-4eaf7518e8b9"
}