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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
data.credentialSubject.id
data.proof.verificationMethod
data.proof.mandatoryPointers