Retrieve credentials filtered by their consent status. The status query parameter is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter credentials by consent status
pending, accepted, rejected List of credentials.
Unique identifier for the credential
"123e4567-e89b-12d3-a456-426614174000"
Key-value pairs containing the credential claims
{
"firstName": "John",
"lastName": "Doe",
"age": 34,
"isVerified": true,
"dateOfBirth": "1990-06-15",
"address": {
"street": "123 Main St",
"city": "Cape Town",
"country": "ZA"
},
"phoneNumbers": ["+27821234567", "+27831234567"]
}Timestamp when the credential was issued (ISO 8601 format)
"2024-03-15T10:30:00Z"
Current consent status of the credential
pending, accepted, rejected "accepted"
Credential format
vc+sd-jwt "vc+sd-jwt"
Verifiable Credential Type identifying the schema of the credential
1 - 256"VerifiableId"
Issuer identifier — DID for SD-JWT credentials, X.509 DN for mdoc credentials
1 - 512"did:example:123456789abcdefghi"