cURL
curl --request GET \ --url https://api.globalwebindex.com/v3/insights/categories \ --header 'Authorization: <api-key>'
{ "categories": [ { "id": 123, "name": "<string>", "view_count": 123 } ] }
Get all Insight Categories.
OK
The response is of type object.
object
Was this page helpful?