cURL
curl --request GET \ --url https://v3.minestorecms.com/api/patrons/get
{ "success": true, "currency_code": "USD", "description": "Support our project by becoming a patron!", "top_patrons": [ { "username": "john_doe", "amount": 150.5 } ], "patrons": {} }
Retrieves the list of patrons based on their contributions.
Documentation IndexFetch the complete documentation index at: https://docs.minestorecms.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
"USD"
"Support our project by becoming a patron!"
Show child attributes