v1

latestOpenAPI 3.0.3Apache 2.02026-07-175068227.4 KB
oidc

Issues a Verifiable Credential

This endpoint creates a verifiable credential that attests that the user authenticated with the provided access token owns a certain public/private key pair.

More information can be found at https://openid.net/specs/openid-connect-userinfo-vc-1_0.html.

post/credentials

Request body

formatstring
typesstring[]

Example request

{
  "types": [
    "types",
    "types"
  ],
  "format": "format",
  "proof": {
    "proof_type": "proof_type",
    "jwt": "jwt"
  }
}

Response

verifiableCredentialResponse

credential_draft_00string
formatstring

Example response

{
  "credential_draft_00": "credential_draft_00",
  "format": "format"
}