Skip to content
Documentation/canton-network-docs/Splice APIsValidator APIsANS APIView on canton-network-docs
canton-network-docs/Splice APIsValidator APIsANS API

GET /v0/entry/all

GET
/
v0
/
entry
/
all
Try it
GET /v0/entry/all

cURL

curl --request GET \
  --url https://example.com/api/validator/v0/entry/all \
  --header 'Authorization: Bearer <token>'
200
404
500
{
  "entries": [
    {
      "contractId": "<string>",
      "name": "<string>",
      "amount": "<string>",
      "unit": "<string>",
      "expiresAt": "<string>",
      "paymentInterval": "<string>",
      "paymentDuration": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT token as described in spliceAppBearerAuth. The subject of the token must be ledger API user of the user affected by the endpoint.

Response

200
application/json

ok

entries
object[]
required

Show child attributes