Skip to content

Get organization updates feed

GET
/organizations/{id}/updates

Public, latest-first updates feed for an org (UUID or slug). Offset pagination, limit clamped 1..50.

Parameters

Path Parameters

id*
Type
string
Required

Query Parameters

limit
Type
integer
Minimum
1
Maximum
50
Default
20
offset
Type
integer
Minimum
0
Default
0

Responses

Organization updates

application/json
JSON
{
"data": [
{
"id": "string",
"org_id": "string",
"title": "string",
"body": "string",
"cover_image": "string",
"published_at": "string",
"created_at": "string",
"author_name": "string"
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
}
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress