Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List account groups
cURL
curl --request GET \ --url https://api-oms.verolabs.co/api/v1/util/groups \ --header 'Authorization: Bearer <token>'
{ "groups": [ { "id": 123, "name": "<string>", "description": "<string>", "created_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
GroupsResponse schema.
Groups returned by the response.
Hide child attributes
Unique identifier for the record.
Display name.
Description text.
User that created the record.
Timestamp when the record was created.
Timestamp when the record was last updated.