cURL
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>" } } ] }
This API allows users to list their issued verifiable credentials.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Success
The response is of type object.
object