Material group
List all material groups
Get the list of all material groups that belong to the current user's group.
API Request
GET https://api.bespokify.com/v2/materialGroups
Example response
[
{
"id": "b5f314e1-3d93-4026-be1c-72fee9ea424e",
"name": "primary"
},
{
"id": "25f2f7fc-8a5f-46bd-acbd-6dbfba8720c7",
"name": "lining"
}
]