Search Credentials
Credentials
Search Credentials
POST
Search Credentials
Description
This endpoint allows you to search and filter credentials based on recipient details, group key, credential key, custom attributes, date range, and pagination.Headers
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access
Body Parameters
Filter by recipient details. Can include:
name— recipient’s name (partial match)email— recipient’s email (partial match)
Filter credentials by credential group key (partial match).
Filter by a specific credential key (partial match).
Filter by custom attributes stored with the credentials.
Filter credentials issued on or after this date. Format:
YYYY/MM/DD.Filter credentials issued on or before this date. Format:
YYYY/MM/DD. Must be used together with start_date.The page number for pagination (default is 1).
The number of credentials to return per page (default is 50).
Success Response Fields
Indicates whether the credential search was successful.
An array of credential objects matching the search criteria. Each object contains the same fields as the View Credential response.
Total number of credentials matching the search criteria.
Current page number.
Number of credentials returned per page.
Responses
Last modified on February 22, 2026

