List All Groups
Credential Groups
List All Groups
POST
List All Groups
Description
This endpoint allows you to retrieve all credential groups belonging to your organization, with support for pagination.
Legacy endpoint: GET /v1/group/all is also supported for backward compatibility.
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 groups to return per page (default is
100).Success Response Fields
Indicates whether the request was successful.
Total number of credential groups in your organization.
Array of credential group objects. Each object contains:
title— group titlegroup_id— unique key of the groupdescription— group descriptionwebsite— associated URLgroup_code— short code for the group
Current page number.
Number of groups returned per page.
Responses
Last modified on February 22, 2026

