Skip to main content
GET
/
v2
/
packages
GET /v2/packages
curl --request GET \
  --url https://api.example.com/v2/packages \
  --header 'Authorization: Bearer <token>'
{
  "packageIds": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Response

packageIds
string[]
required

The IDs of all Daml-LF packages supported by the server. Each element must be a valid PackageIdString (as described in value.proto).

Required: must be non-empty