v1
latestOpenAPI 3.0.02026-08-06151101754.7 KBTool groups
Returns a specific tool group
get/tools/groups/{groupId}
Path parameters
groupIdinteger required
Tool group id
Response
Resource group
Example response
{
"data": {
"id": 1,
"name": "Power Tools",
"color": "#8A2BE2",
"contrast_color": "WHITE",
"first_line": "First line",
"icon": "fas fa-layer-group"
}
}