For AI agents: visit https://mimic.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
returns all groups.
import Mimic from 'mimc';
console.log(Mimic.groups);
Output
[
{
"id": "743a78b5-cf0c-4240-bea7-0cc926159876",
"name": "My Group",
"active": true
}
]