GET
/data/projects/{project_id}/news
curl \
--request GET 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/news' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": [
{
"id": "string",
"title": "string",
"content": "string",
"created_at": "2025-05-04T09:42:00Z",
"author_id": "string"
}
],
"stats": {
"total": 42
}
}