mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
489 B
489 B
API & CORS
MIVO allows external applications to securely access your router data via a REST API.
CORS Policy
To allow your website (e.g., a status checker) to call the MIVO API, you must whitelist its domain.
- Go to Settings > API & CORS.
- Add your website URL (including
https://). - Save changes.
Documentation
Detailed API documentation is available in the developers section.