List Requests
Retrieve a paginated list of your credential requests
Each request includes information about the request, credentials, subjects (users) and chosen security level
Optional query parameters filter the results: search (matches request or credential name), dateFrom/dateTo (creation-date range), subject (by contact, id, or internalId), internalId, and securityLevel
Use pageIndex and pageSize to page through the results
Headers
Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.
^\d{4}-\d{2}-\d{2}$"2026-07-06"
Query Parameters
Zero-based page index. 0 returns the first page.
0
Number of items per page
5 <= x <= 10010
Search query to filter by. Is case-insensitive and does not need to match the entire value.
100"example"
Filter from date (will be converted to start of day in UTC)
"2025-01-01"
Filter to date (will be converted to end of day in UTC). Requires dateFrom.
"2025-12-31"
Filter by subject (nested object with contact, id, or internalId).
"user@example.com"
Identifier to help you identify the request in your own system. We recommend using a unique value.
"internal-12345"
Filter by security level. Can be a single value or array
CONTACT, ORGANIZATION_KYC, HUMANOS_KYC, HUMANOS_REVALIDATION