ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/item-groups?limit=25&skip=10' \
--header 'ApiKey;'
{
"data": [
{
"id": 1,
"name": "Default Group",
"parent_id": null,
"parent_group": null,
"is_default_group": 1
},
{
"id": 2,
"name": "Fabric",
"parent_id": 1,
"parent_group": "Default Group",
"is_default_group": 0
}
],
"success": true,
"message": "Item Groups Retrived Successfully."
}