Retrieves all access groups within an organization.
Last updated 1 month ago
GET /v2/organization/groups HTTP/1.1 Host: api.qubitro.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "success": true, "action": "get groups", "status": 200, "message": "Groups retrieved successfully.", "data": { "groups": [ { "id": "string", "name": "string" }, { "id": "string", "name": "string" } ] } }