GET
/
v3
/
insights
/
categories
v3 Categories
curl --request GET \
  --url https://api.globalwebindex.com/v3/insights/categories \
  --header 'Authorization: <api-key>'
{
  "categories": [
    {
      "id": 123,
      "name": "<string>",
      "view_count": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

200
application/json

OK

The response is of type object.