REST API

GET [root]/maps

This endpoint returns a summary list of map schemas that have been configured for the server.

Response Type

application/json

Example URL

https://mapzania.com/mz/maps

Parameters

No Parameters.

Example Results

[
  {
    "key": "DEFAULT",
    "name": "Default Map"
  }
]