Skip to main content
GET
View Credential Group

Description

This endpoint allows you to view an existing credential group in Hyperstack. The group key is passed as a URL path parameter.

Headers

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

Path Parameters

group_key
string
required
Unique key of the credential group to retrieve.

Success Response Fields

success
boolean
Indicates whether the request was successful. Always true for a 200 response.
title
string
The title of the credential group.
description
string
Description of the credential group.
tags
string
Comma-separated tags associated with the credential group.
group_code
string
Human-readable code for the group.
url
string
External URL associated with the credential group.
does_expire
boolean
Indicates whether credentials in this group expire.
validity
number
Validity period in years. Only present when does_expire is true.

Responses

Last modified on February 22, 2026