GET
/
checkAccessibility
curl --request GET \
  --url https://v3.minestorecms.com/api/checkAccessibility
{
  "success": true,
  "status": "banned",
  "message": "Your country is banned to visit this website."
}

Response

200
application/json
OK
success
boolean
Example:

true

status
string
Example:

"banned"

message
string
Example:

"Your country is banned to visit this website."