Skip to content
Documentation/canton-network-docs/Ledger APIOpenAPIView on canton-network-docs
canton-network-docs/Ledger APIOpenAPI

POST /v2/dars/validate

POST
/
v2
/
dars
/
validate
Try it
POST /v2/dars/validate

cURL

curl --request POST \
  --url https://api.example.com/v2/dars/validate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/octet-stream' \
  --data '"<string>"'
400
default
"<string>"

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Query Parameters

synchronizerId
string

Body

application/octet-stream

The body is of type file.

Response

200