Update RICAL configuration
Roles
Analytics Events
/v1/ecosystems/{ecosystemId}/ricals/configurationUpdate the RICAL configuration for the requested ecosystem.
A RICAL configuration is required in order for RICALs to be created.
Analytic events
- ECOSYSTEM_RICAL_CONFIGURATION_UPSERT_START
- ECOSYSTEM_RICAL_CONFIGURATION_UPSERT_SUCCESS
- ECOSYSTEM_RICAL_CONFIGURATION_UPSERT_FAIL
Authorization
bearerAuth In: header
Path Parameters
The UUID of the ecosystem
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.vii.au01.mattr.global/v1/ecosystems/87880d7e-a4d0-462e-8383-3f1e5e16865d/ricals/configuration" \ -H "Content-Type: application/json" \ -d '{ "ricalProvider": "MATTR" }'{
"ricalProvider": "MATTR",
"autoPublish": {
"enabled": true,
"frequency": "Daily",
"configuredAt": "2025-07-01T00:00:00.000Z"
}
}{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}How would you rate this page?
Retrieve latest RICAL GET
Retrieves the latest RICAL from the requested ecosystem. The response is a CBOR encoded file matching the RICAL format defined in ISO/IEC 18013-5. This endpoint is intended for public consumption, and as such does not require authentication. ### **Analytic events** * ECOSYSTEM_RICAL_RETRIEVE_LATEST_START * ECOSYSTEM_RICAL_RETRIEVE_LATEST_SUCCESS * ECOSYSTEM_RICAL_RETRIEVE_LATEST_FAIL
Retrieve RICAL configuration GET
Retrieve the RICAL configuration from the requested ecosystem. ### **Analytic events** * ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_START * ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_SUCCESS * ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_FAIL