curl -X POST "https://api.globalwebindex.com/v2/categories/filter" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "dataset_codes": ["gwi-core"] }'
{ "categories": [ { "id": "330", "name": "GWI Core", "child_categories": [ { "id": "500", "name": "Social Media" }, ... ] } ] }
/v2/categories/filter
GWI Core
id
Was this page helpful?