Skip to main content
GET
View Credential

Description

This endpoint allows you to view an existing credential issued to a recipient. The credential key is passed as a URL path parameter.

Headers

string
required
Bearer YOUR_API_TOKEN — obtainable from Hyperstack Dashboard → Settings → API Access

Path Parameters

string
required
The unique ID (key) of the credential to retrieve.

Success Response Fields

boolean
Indicates whether the credential retrieval was successful.
string
The unique ID of the credential.
string
The URL where the credential can be accessed.
object
Object containing name and email of the recipient.
object
Object containing title, key, and code of the credential group.
string
ISO 8601 timestamp of when the credential was issued.
string
ISO 8601 expiry timestamp. null if the credential does not expire.
object
Custom attribute values stored with the credential.
string
The current status of the credential. Possible values: "active", "suspended", "expired", "revoked", "unpublished".
string
Visibility of the credential — "public" or "private".

Responses

“status”: “active”, “privacy”: “public” }
Last modified on February 22, 2026