cURL
curl --request GET \ --url https://api.example.com/v2/parties/participant-id \ --header 'Authorization: Bearer <token>'
{ "participantId": "<string>" }
Ledger API standard JWT token
Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString (as describe in value.proto).
value.proto
Required