Search credential bundles
/v1/users/credential-bundles/searchSearch across every credential bundle issued from your tenant, optionally filtered by claim set identifier and/or state. Unlike the other credential bundle endpoints, this search is not scoped to a single user or credential reference. When state is omitted, only active bundles are returned.
Claim set identifiers are offered as a closed beta preview feature and are not generally available yet. They are enabled per tenant, and their behavior may change in a way that breaks existing integrations. If you are interested in trying this feature, please contact us.
Roles
Analytics Events
Authorization
bearerAuth In: header
Request Body
application/json
The search criteria
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/users/credential-bundles/search" \ -H "Content-Type: application/json" \ -d '{ "claimSetId": "claim-set-1", "limit": 100 }'{ "data": [ { "userId": "41458e5a-9092-40b7-9a26-d4eb43c5792f", "id": "e123f4a5-6b7c-8901-2345-67890abcdef2", "issuanceProtocol": "openid4vci", "credentialReferenceId": "a248d6c9-3f5e-4b2a-9c1e-2f3b4c5d6e7f", "credentialConfigurationId": "707e920a-f342-443b-ae24-6946b7b5033e", "credentialProfile": "mobile", "credentialType": "org.iso.18013.5.1.mDL", "claimSetId": "claim-set-1", "state": "active" } ], "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"}How would you rate this page?
Retrieve all credential bundles for a credential reference GET
Retrieve all credential bundles associated with the specified credential reference. A credential bundle represents a group of credentials that were issued together as part of the same issuance session.
Retrieve a credential bundle GET
Retrieve the specified credential bundle for the specified user. A credential bundle represents a group of credentials that were issued together as part of the same issuance session.