GET
curl -i -X GET \
https://api.hginsights.com/data-api/v1/catalog/spend_categories \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
- string
- integer
{ "count": 1, "data": [ { … } ] }
curl -i -X GET \
https://api.hginsights.com/data-api/v1/catalog/spend_categories \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "count": 1, "data": [ { … } ] }