GET
/
api
/
v1
/
summaries
curl --request GET \
  --url https://api.finvera.news/delivery/api/v1/summaries
{}

Authorizations

apikey
string
query
required

Query Parameters

from
string

from date in ISO 8601 format, YYYY-MM-DDTHH:MM:SS

Example:

"2025-05-02T00:00:00"

to
string

to date in ISO 8601 format, YYYY-MM-DDTHH:MM:SS

Example:

"2025-05-02T00:00:00"

page
integer

page number for pagination

Example:

"1"

page_size
integer
default:10

page size for pagination

Example:

"20"

Response

200 - application/json

OK

The response is of type object.