cURL
curl --request POST \ --url http://localhost:3000/v2/GroupGet \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "groupid": 123, "groupname": "<string>", "request_metadata": {} } '
{ "status": "ok", "groupname": "<string>", "groupdesc": "<string>", "grouptype": "<string>" }
Retrieves information about a specific group
API token for authentication
ID of the group
Name of the group
Additional metadata for the request
Group information retrieved successfully
"ok"
Description of the group
Type of the group