light-mode-image
Learn
API ReferenceGeneral

Create RICAL

Roles

admindts-provider

Analytics Events

ECOSYSTEM_RICAL_CREATE_STARTECOSYSTEM_RICAL_CREATE_SUCCESSECOSYSTEM_RICAL_CREATE_FAIL
POST/v1/ecosystems/{ecosystemId}/ricals

Creates a Reader Identity Certificate Authority List (RICAL) based on the policy of the requested ecosystem.

A RICAL configuration is required in order for RICALs to be created.

Analytic events

  • ECOSYSTEM_RICAL_CREATE_START
  • ECOSYSTEM_RICAL_CREATE_SUCCESS
  • ECOSYSTEM_RICAL_CREATE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

ecosystemId*string

The UUID of the ecosystem

Formatuuid

Response Body

application/json

application/json

application/json

curl -X POST "https://example.vii.au01.mattr.global/v1/ecosystems/87880d7e-a4d0-462e-8383-3f1e5e16865d/ricals"
{
  "ricalIssueID": 1337,
  "date": "2024-07-28T23:01:13.000Z"
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
Empty

How would you rate this page?