API ReferenceGeneral
Retrieve latest VICAL
GET
/v1/ecosystems/{ecosystemId}/vicals/public/latestRetrieves the latest VICAL from the requested ecosystem.
This endpoint is intended for public consumption, and as such does not require authentication.
Path Parameters
ecosystemId*string
The UUID of the ecosystem
Format
uuidResponse Body
application/cbor
application/json
curl -X GET "https://example.vii.au01.mattr.global/v1/ecosystems/87880d7e-a4d0-462e-8383-3f1e5e16865d/vicals/public/latest""string"{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}How would you rate this page?
Retrieve specific VICAL GET
Retrieves a specific VICAL from the requested ecosystem by providing the VICAL version identifier. This endpoint is intended for public consumption, and as such does not require authentication.
Update VICAL configuration PUT
Update the VICAL configuration for the requested ecosystem