Skip to main content

4 docs tagged with "api"

View all tags

API

The API page introduces RouterOS's Application Programming Interface for secure communication with routers, detailing syntax rules, sentence structure, encoding methods, and supported commands like login and cancel for configuration management.

Developer Guides

Developer guides provide documentation for automating and integrating with RouterOS through APIs, scripting, and REST interfaces to build tools and applications that interact with the router.

Python3 Example

This page provides a Python3 example client for interacting with MikroTik RouterOS via its API, demonstrating login and command execution using socket communication and MD5 hashing for authentication.

REST API

REST API with examples for developers.