Get featured apps list
curl --request GET \
--url https://api.modo.link/canton-mainnet/v1/featured-apps \
--header 'x-api-key: <api-key>'{
"content": [
{
"contractId": "<string>",
"templateId": "<string>",
"dso": "<string>",
"provider": "<string>",
"createdEventBlob": "<string>",
"createdAt": 123
}
],
"pageable": {
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"pageSize": 123,
"pageNumber": 123,
"offset": 123,
"paged": true,
"unpaged": true
},
"last": true,
"totalPages": 123,
"totalElements": 123,
"totalCount": 123,
"size": 123,
"number": 123,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"first": true,
"numberOfElements": 123,
"empty": true
}Featured Apps
Get featured apps list
Retrieve paginated list of featured applications
GET
/
v1
/
featured-apps
Get featured apps list
curl --request GET \
--url https://api.modo.link/canton-mainnet/v1/featured-apps \
--header 'x-api-key: <api-key>'{
"content": [
{
"contractId": "<string>",
"templateId": "<string>",
"dso": "<string>",
"provider": "<string>",
"createdEventBlob": "<string>",
"createdAt": 123
}
],
"pageable": {
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"pageSize": 123,
"pageNumber": 123,
"offset": 123,
"paged": true,
"unpaged": true
},
"last": true,
"totalPages": 123,
"totalElements": 123,
"totalCount": 123,
"size": 123,
"number": 123,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"first": true,
"numberOfElements": 123,
"empty": true
}Authorizations
Response
200 - */*
OK
⌘I