Map details
Standard Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Unique map code identifier for the VPS map
MAP_O21DBI05E997Pattern: ^MAP_[A-Z0-9]+$VPS map retrieved successfully
Bad request - Invalid map code format
Unauthorized - Missing or invalid token
Map not found - The specified map code does not exist
Internal server error
GET All VPS maps for an account
Retrieves a paginated list of VPS maps using limit and page parameters
Number of items to return per page
10Example: 10Page number for pagination
1Example: 1VPS maps retrieved successfully
Unauthorized
Retrieves a paginated list of MapSets associated with the authenticated user's account
Number of items to return per page
10Example: 10Page number for pagination
1Example: 1MapSets retrieved successfully
Bad Request - Invalid parameters
Unauthorized
Internal Server Error - Something went wrong on the server
Last updated