Skip to main content
GET
/
feed
/
news
cURL
curl --request GET \
  --url https://api.example.com/feed/news
[
  {
    "id": "<string>",
    "title": "<string>",
    "description": "<string>",
    "date": "<string>",
    "demoUrl": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

getFeed 200 response

id
string
required
title
string
required
description
string
required
date
string
required
demoUrl
string | null