API Base URL
All API requests are made to one of the following base URLs depending on your server setup.
Subscription Server
For managed subscription accounts hosted on Onemap infrastructure:
https://platform.onemap8.com/api
Self-Hosted Server
For self-hosted installations, replace {host} and {port} with your server's values:
http://{host}:{port}/api
Default port is 8082. Example:
http://localhost:8082/api
Usage
Prepend the base URL to any endpoint path. For example, to fetch session info:
GET https://platform.onemap8.com/api/session