Skip to main content
GET
/
subscriptions
Get all subscriptions for the authenticated recipient
curl --request GET \
  --url https://api.example.com/subscriptions
{
  "id": "<string>",
  "recipientId": "<string>",
  "subscriberId": "<string>",
  "events": [
    "<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

Subscriptions found

id
string
required
recipientId
string
required
subscriberId
string
required
events
string[]
required