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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

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