Skip to main content
GET
/
max
/
announcers
cURL
curl --request GET \
  --url https://api.example.com/max/announcers
[
  {
    "id": "<string>",
    "recipientId": "<string>",
    "accountId": "<string>",
    "chatId": 123,
    "text": "<string>",
    "buttons": [
      {
        "text": "<string>",
        "url": "<string>"
      }
    ],
    "enabled": true,
    "announcerType": "ANNOUNCE_STREAM_AND_DELETE"
  }
]

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

OK

id
string
required
recipientId
string
required
accountId
string
required
chatId
integer<int64>
required
text
string
required
buttons
object[]
required
enabled
boolean
required
announcerType
enum<string>
required
Available options:
ANNOUNCE_STREAM_AND_DELETE,
ANNOUNCE_STREAM