Skip to content
InsighthreadInsighthread News API
Esc
navigateopen⌘Jpreview
Sign in

List event categories

Lists the valid event categories — the values you can pass to /v1/news’s event_type filter.

GET/v1/events
Try it
GEThttps://newsapi.insighthread.com/api/v1/events
Server
Authorization
Request
curl -X GET "https://newsapi.insighthread.com/api/v1/events" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "count": 0,
  "data": [
    {
      "event_type": "string",
      "slug": "string"
    }
  ]
}
Authorization
AuthorizationBearer token · headerrequired
An API key, e.g. `Authorization: Bearer ik_test_...` or `Authorization: Bearer ik_live_...`.
Responses
200Event categories.
countinteger
dataobject[]
Show properties
Array of object
event_typestring
slugstring
401Missing, malformed, or revoked API key.
errorobject
Show properties
typestring
Allowed:unauthorizedinvalid_requestserver_error
messagestring