Skip to main content
GET
Insights

Authorizations

api-key
string
header
required

Authentication via API key header

Query Parameters

cursor
string

Cursor for the next page

size
integer
default:10

The number of items per page.

Response

Successful Response

items
NewsOut · object[]
required
total
integer | null

Total items

current_page
string | null

Cursor to refetch the current page

current_page_backwards
string | null

Cursor to refetch the current page starting from the last item

previous_page
string | null

Cursor for the previous page

next_page
string | null

Cursor for the next page