Liccium Developer Portal
Redaction & Deletion API

status

Endpoint:https://b2c-api-main-737c477.zuplo.app

State of a CID


Redaction or deletion state of a CID

GET
https://b2c-api-main-737c477.zuplo.app
/v1/redaction/status/{cid}

status is active, redacted, deleted or unknown, with the redaction-index entry and, for deleted CIDs, the public deletion marker. Add ?verify=1 for a store-by-store consistency report with a consistent flag per store. Declarer keys may only query their own declarations.

Redaction or deletion state of a CID › path Parameters

  • cidstring · required

Redaction or deletion state of a CID › query Parameters

  • verifystring · enum

    1 adds the verification report

    Enum values:
    0
    1

Redaction or deletion state of a CID › Responses

State, and the verification report when requested

  • cidstring
  • statusstring · enum
    Enum values:
    active
    redacted
    deleted
    unknown
  • existsboolean

    true when the declaration is in active storage

  • indexobject
  • markerobject

    Public deletion marker. Contains no original metadata and no personal information.

  • verifyobject

    Only with ?verify=1