cURL
curl --request GET \ --url https://staging.terminal3.io/v1/vc/issuer/credentials \ --header 'x-api-token: <x-api-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 is used for client to list issued credentials.
After submitting verifiable credentials via the Store Credential API, the client can use this API to retrieve all issued credentials.
1
Success
The response is of type object.
object