Returns a list of supplier categories defined in your organization. Categories are custom classifications you can assign to suppliers.
cURL
curl --request GET \ --url https://api.responsibly.tech/v1/categories \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "01h57nhc4sapk2v8c7tq[...]", "name": "Raw Materials" } ], "pagination": { "pageSize": 100, "nextPage": 2 } }
x >= 1
1 <= x <= 100
Returns a list of categories.
Show child attributes
Was this page helpful?