Skip to content

Commit

Permalink
GITBOOK-330: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweeddalex authored and gitbook-bot committed Oct 18, 2024
1 parent 131cef2 commit ae7cdd1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
* [TAO -> TI](studio/trust-registries/verifiable-accreditation-trust-chain-model/tao-greater-than-ti.md)
* [Referencing Trust Registry within a Verifiable Credential](studio/trust-registries/verifiable-accreditation-trust-chain-model/referencing.md)
* [Issue Verifiable Accreditation](studio/trust-registries/issue-accreditation.md)
* [Verify Verifiable Accreditation](studio/trust-registries/verify-verifiable-accreditation.md)
* [🎋 Create Status Lists](studio/status-lists/README.md)
* [Status List v2021](studio/status-lists/status-list-v2021/README.md)
* [Create Status List v2021](studio/status-lists/status-list-v2021/create-status-list.md)
Expand Down
16 changes: 16 additions & 0 deletions studio/trust-registries/verify-verifiable-accreditation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Issue Verifiable Accreditation</strong></mark></td><td>Issue a Verifiable Accreditation as a DID-Linked Resource from an "issuer" DID to a recipient "subject" DID.</td><td><a href="issue-accreditation.md">issue-accreditation.md</a></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

## 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](https://raw.githubusercontent.com/cheqd/studio/refs/heads/main/src/static/swagger-api.json)
{% endswagger %}

0 comments on commit ae7cdd1

Please sign in to comment.