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

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Response

participantId
string
required

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

Required