Fetch the latest announcement that is marked as an index announcement.
curl --request GET \
--url https://v3.minestorecms.com/api/announcement/get
{
"title": "New Update Available",
"content": "We have released a new update for our platform.",
"button_name": "Read More",
"button_url": "https://example.com/update",
"is_index": true
}
OK
The response is of type object
.
curl --request GET \
--url https://v3.minestorecms.com/api/announcement/get
{
"title": "New Update Available",
"content": "We have released a new update for our platform.",
"button_name": "Read More",
"button_url": "https://example.com/update",
"is_index": true
}