Skip to main content
GET
/
networks
/
{network}
/
validators
/
{validatorId}
Get Canton Validator
curl --request GET \
  --url https://api.dfns.io/networks/{network}/validators/{validatorId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "cv-7jeof-m584r-p35ucm37ko3cqgts",
  "orgId": "or-30tnh-itmjs-s235s5ontr3r23h2",
  "network": "Canton",
  "name": "<string>",
  "kind": "Shared",
  "dateCreated": "<string>",
  "partyHint": "<string>"
}

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Networks:CantonValidators:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Path Parameters

network
enum<string>
required
Available options:
canton,
canton-devnet,
canton-testnet
validatorId
string
required
Maximum length: 64

Response

200 - application/json

Success

id
string
required
Maximum length: 64
Example:

"cv-7jeof-m584r-p35ucm37ko3cqgts"

orgId
string
required

Organization id.

Maximum length: 64
Example:

"or-30tnh-itmjs-s235s5ontr3r23h2"

network
enum<string>
required
Available options:
Canton,
CantonDevnet,
CantonTestnet
kind
enum<string>
required
Available options:
Shared,
Custom
dateCreated
string
required
partyHint
string
required
name
string
I