GET
/
v1
/
openidc
/
credentials
curl --request GET \
  --url https://staging.terminal3.io/v1/openidc/credentials \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "@context": [
        "<string>"
      ],
      "id": "<string>",
      "issuer": "<string>",
      "credentialSubject": {
        "id": "<string>"
      },
      "type": [
        "<string>"
      ],
      "validFrom": "<string>",
      "validUntil": "<string>",
      "credentialStatus": "<any>",
      "proof": {
        "type": "<string>",
        "proofPurpose": "<string>",
        "verificationMethod": "<string>",
        "created": "<string>",
        "mandatoryPointers": [
          "<string>"
        ],
        "cryptosuite": "<string>",
        "@context": [
          "<string>"
        ],
        "proofValue": "<string>"
      }
    }
  ]
}

Users can view issued credentials from Issuers and use them for verification by Verifiers.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

issuer
string
Minimum length: 1
id
string
Minimum length: 1

Response

200
application/json
Success
data
object[]
required