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
string
required
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access
Body Parameters
number
required
The page number for pagination (default is
1).number
required
The number of credentials to return per page (default is
50).Success Response Fields
boolean
Indicates whether the request was successful.
number
Total number of credentials issued by your organization.
array[object]
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"
number
Current page number.
number
Number of credentials returned per page.
Responses
Last modified on February 22, 2026

