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>"
  ]
}
Endpoint history: Added in 3.4. Modified in 3.5: description updated; response 400 description updated.

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