Skip to content
Documentation/canton-network-docs/Ledger APIOpenAPIView on canton-network-docs
canton-network-docs/Ledger APIOpenAPI

GET /v2/parties/participant

GET
/
v2
/
parties
/
participant-id
Try it
GET /v2/parties/participant-id

cURL

curl --request GET \
  --url https://api.example.com/v2/parties/participant-id \
  --header 'Authorization: Bearer <token>'
200
400
default
{
  "participantId": "<string>"
}

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Response

200
application/json
participantId
string
required

Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString (as describe in value.proto).

Required