Skip to main content
GET
Get Announcements
Both page and items_per_page are optional. If omitted, the API returns the first page with the default page size.

Authorizations

X-API-KEY
string
header
required

Query Parameters

page
integer
default:1

Page number to retrieve.

Example:

1

items_per_page
integer
default:25

Number of announcements per page.

Example:

25

Response

OK

announcements
Announcement · object[]

List of announcements for the current page.

total
integer

Total number of announcements across all pages.

Example:

42