MapServer banner Home | Products | Issue Tracker | Service Providers | FAQ | Mastodon | Download | Donate to MapServer
en ar de el es fr id it ja nl_NL pl ru sq tr

Api Examples | Mikrotik

// API endpoint $api_url = "http://$device_ip/api/v1";

<?php

$result = curl_exec($response); curl_close($response); mikrotik api examples

# API endpoint api_url = f'http://{device_ip}/api/v1' // API endpoint $api_url = "http://$device_ip/api/v1"

// Mikrotik device details $device_ip = '192.168.1.1'; $username = 'admin'; $password = 'password'; ?php $result = curl_exec($response)