Retrieve a paginated list of credential requests for your organization. You can filter requests by active status, search by name, filter by subject ID or agent ID, and paginate through results. Each request includes information about the credentials, subjects (users), security level, and creation date.
Page number (0-indexed). Default is 0.
0
Number of items per page. Minimum 5, maximum 100. Default is 20.
5 <= x <= 10020
Filter requests by active status. Accepts true/false as string or boolean.
true
Search query to filter requests by name. Case-insensitive partial match.
"onboarding"
Filter requests by subject (user) ID. Must be a valid MongoDB ObjectId.
"507f1f77bcf86cd799439011"
Filter requests by agent ID. Must be a valid MongoDB ObjectId.
"507f1f77bcf86cd799439012"
Security level filter
CONTACT, ORGANIZATION_KYC, HUMANOS_KYC, HUMANOS_REVALIDATION Start date
End date
Successfully retrieved credential requests. Returns a paginated result with an array of credential request items and the total number of pages.