curl --request POST \
--url http://localhost:3000/v2/GroupListAllGroups \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"request_metadata": {}
}
'{
"status": "ok",
"rows": [
{
"groupid": 123,
"groupname": "<string>",
"groupdesc": "<string>"
}
]
}Retrieves a list of all groups in the system
curl --request POST \
--url http://localhost:3000/v2/GroupListAllGroups \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"request_metadata": {}
}
'{
"status": "ok",
"rows": [
{
"groupid": 123,
"groupname": "<string>",
"groupdesc": "<string>"
}
]
}API token for authentication
Additional metadata for the request