cURL
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" } ] }
Get the list of connected synchronizers at the time of the query.
Documentation IndexFetch the complete documentation index at: https://docs.canton.network/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Ledger API standard JWT token
Optional: can be empty
Show child attributes