Skip to main content
GET
/
v1
/
featured-apps
/
{contractId}
Get featured app details
curl --request GET \
  --url https://api.modo.link/canton-mainnet/v1/featured-apps/{contractId} \
  --header 'x-api-key: <api-key>'
{
  "contractId": "<string>",
  "templateId": "<string>",
  "dso": "<string>",
  "provider": "<string>",
  "createdEventBlob": "<string>",
  "createdAt": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

contractId
string
required

Contract ID

Response

200 - */*

OK

contractId
string
templateId
string
dso
string
provider
string
createdEventBlob
string
createdAt
integer<int64>