# Search Groups

In 

This endpoint allows you list all your groups or filter through given fields


Endpoint:

https://api.thehyperstack.com/v1/groups/search  

Method: POST

Header:

Authorization: Bearer #########

Authentication token can be obtained through Hyperstack Dashboard > Settings > API Access

{
  "title": "Macro"
}
{
  "title": "Certi",
  "page": 1,
  "page_size": 50
}
{
  "success": true,
  "groups": [
    {
      "title": "Certificate of Security Course Completion",
      "group_key": "Zvw1xPIqF7J7",
      "group_code": "SCC-2023",
      "last_modified": "2023-08-21T08:25:25.930Z",
      "created_at": "2022-08-07T14:09:43.311Z"
    },
    {
      "title": "Certificate of Cloud Management",
      "group_key": "l2DdnE614Fs2",
      "group_code": "CM-1",
      "last_modified": "2023-08-21T08:25:25.930Z",
      "created_at": "2022-08-07T14:09:43.311Z"
    }
  ],
  "page": 1,
  "page_size": 50,
  "total": 2
}
{
  "success": false
}