Skip to main content
GET
/
v2
/
state
/
connected-synchronizers
/v2/state/connected-synchronizers
curl --request GET \
  --url https://api.example.com/v2/state/connected-synchronizers \
  --header 'Authorization: Bearer <token>'
{
  "connectedSynchronizers": [
    {
      "synchronizerAlias": "<string>",
      "synchronizerId": "<string>",
      "permission": "PARTICIPANT_PERMISSION_UNSPECIFIED"
    }
  ]
}

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

Query Parameters

party
string
participantId
string
identityProviderId
string

Response

connectedSynchronizers
ConnectedSynchronizer · object[]

Optional: can be empty