API ReferenceGeneral
Create VICAL
Roles
admindts-provider
POST
/v1/ecosystems/{ecosystemId}/vicalsCreates a Verified Issuer Certificate Authority List (VICAL) based on the policy of the requested ecosystem. Refer to VICAL ot learn more about the VICAL purpose and data structure.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
ecosystemId*string
The UUID of the ecosystem
Format
uuidResponse Body
application/json
curl -X POST "https://example.vii.au01.mattr.global/v1/ecosystems/87880d7e-a4d0-462e-8383-3f1e5e16865d/vicals"{
"vicalIssueID": 1337,
"date": "2024-07-28T23:01:13.000Z"
}Empty
How would you rate this page?
Retrieve DTS root CA certificate revocation list GET
Retrieves revocation list for a given DTS root CA certificate. This endpoint is intended for public consumption, and as such does not require authentication.
Retrieve all VICALs GET
Retrieves all VICALs available in the requested ecosystem. This endpoint is intended for public consumption, and as such does not require authentication.