List All Credentials
Credentials
List All Credentials
POST
List All Credentials
Description
This endpoint allows you to retrieve all credentials issued by your organization, ordered by most recently published, with support for pagination.Headers
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access
Body Parameters
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 request was successful.
Total number of credentials issued by your organization.
Array of credential objects. Each object contains:
document_id— unique credential IDdocument_url— public URL of the credentialrecipient— object withnameandemailgroup— object withtitle,key, andcodeissued_on— ISO 8601 timestampvalid_until— ISO 8601 expiry timestamp, ornullmetadata— custom attribute valuesstatus—"active","suspended","expired","revoked", or"unpublished"privacy—"public"or"private"
Current page number.
Number of credentials returned per page.
Responses
Last modified on February 22, 2026

