Skip to main content
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 ID
  • document_url — public URL of the credential
  • recipient — object with name and email
  • group — object with title, key, and code
  • issued_on — ISO 8601 timestamp
  • valid_until — ISO 8601 expiry timestamp, or null
  • metadata — custom attribute values
  • status"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