Verifiable Credentials Endpoints
This page covers the end points related to Verifiable Credentials in the API.
This page introduces working with Verifiable Credentials through the API. The full set of relevant endpoints are listed on the OpenAPI Spec, notably in these sections:
Issuing Verifiable Credentials
Basic, standards-compliant Verifiable Credentials can be issued with the /api/credentials/issue
endpoint:
Note that if you are using the request payload example from the OpenAPI Spec, the issuer
must be changed to one of your organization’s DIDs – you can only sign with your own private keys.
Note!
Remember that the issuer must be a DID, not a DID URL – the issuer
must not contain a fragment (#
).
It is important to understand the content of this request payload. Below is a brief introduction to get started, please see the VC specification for a complete reference.
The response of this call is a Verifiable Credential:
Last updated