Skip to main content
GET
GET /v0/admin/validator/licenses

Query Parameters

after
integer<int64>

A next_page_token from a prior response; if absent, return the first page.

limit
integer<int32>

Maximum number of elements to return, 1000 by default.

Response

200 - application/json

ok

validator_licenses
object[]
required

Contracts of Daml template Splice.ValidatorLicense:ValidatorLicense.

next_page_token
integer<int64>

When requesting the next page of results, pass this as URL query parameter after. If absent or null, there are no more pages.