Skip to main content
GET
/
catalog
cURL
curl --request GET \
  --url https://api.example.com/catalog
[
  {
    "id": "<string>",
    "name": "<string>",
    "recipientId": "<string>",
    "category": "<string>",
    "type": "<string>",
    "url": "<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.

Query Parameters

category
string | null

Response

200 - application/json

getCatalog 200 response

id
string
required
name
string
required
recipientId
string
required
category
string
required
type
string
required
url
string
required