Skip to content
canton-network-docs

/v2/state/connected

/v2/state/connected-synchronizers - Canton Network Docs
Skip to main content
GET
/
v2
/
state
/
connected-synchronizers
Try it
/v2/state/connected-synchronizers

cURL

curl --request GET \
  --url https://api.example.com/v2/state/connected-synchronizers \
  --header 'Authorization: Bearer <token>'
200
400
default
{
  "connectedSynchronizers": [
    {
      "synchronizerAlias": "<string>",
      "synchronizerId": "<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

Query Parameters

party
string
participantId
string
identityProviderId
string

Response

200
application/json
connectedSynchronizers
ConnectedSynchronizer · object[]

Optional: can be empty

Show child attributes

Assistant
Responses are generated using AI and may contain mistakes.