Skip to main content
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

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 groups to return per page (default is 100).

Success Response Fields

boolean
Indicates whether the request was successful.
number
Total number of credential groups in your organization.
array[object]
Array of credential group objects. Each object contains:
  • title — group title
  • group_id — unique key of the group
  • description — group description
  • website — associated URL
  • group_code — short code for the group
number
Current page number.
number
Number of groups returned per page.

Responses

Last modified on February 22, 2026