Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.24 KB

verify-verifiable-accreditation.md

File metadata and controls

16 lines (9 loc) · 1.24 KB

Verify Verifiable Accreditation

Users are able to issue Verifiable Accreditations to determine the validity of the accreditation, as well to traverse the trust chain to a root of trust.

Step 1: Issue Accreditation

Make sure you have already created at least one Verifiable Accreditation that you are able to query in the verify API.

Issue Verifiable AccreditationIssue a Verifiable Accreditation as a DID-Linked Resource from an "issuer" DID to a recipient "subject" DID.issue-accreditation.md

Step 2: Use the Verify Accreditation API

{% swagger src="https://raw.githubusercontent.com/cheqd/studio/refs/heads/main/src/static/swagger-api.json" path="/trust-registry/accreditation/verify" method="post" %} https://raw.githubusercontent.com/cheqd/studio/refs/heads/main/src/static/swagger-api.json {% endswagger %}