Skip to main content
GET
/
max
/
accounts
cURL
curl --request GET \
  --url https://api.example.com/max/accounts
[
  {
    "id": "<string>",
    "maxId": 123,
    "enabled": true
  }
]

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
maxId
integer<int64>
required
enabled
boolean
required