curl --request GET \
--url 'https://api.stateset.com/api/v1/unit-classes' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"base_uom_id": null,
"id": "string",
"name": "string"
}
]
List classes
GET
/
api
/
v1
/
unit-classes
curl --request GET \
--url 'https://api.stateset.com/api/v1/unit-classes' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"base_uom_id": null,
"id": "string",
"name": "string"
}
]
⌘I