The GetCapabilities call is part of TomTom's implementation of version 1.1.1 the Web Map Service (WMS). It provides descriptions of the other calls that are available in the implementation.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.tomtom.com/map//wms//?service=&request='
Response Response Example
200 - Example 1
{}
Request
Path Params
Query Params
Responses
🟢200<b>OK</b>
application/json
Body
🟢202<b>Accepted</b>: Received by the interface, but there is a WMS exception in
processing it. Possible causes include:
- one or more required parameters is missing
- unsupported or unrecognized parameter value
- malformed bounding box requested
- inv
🟠401<b>Unauthorized</b>: Supplied API key is not valid for the request
🔴500<b>Internal Server Error</b>: There is a problem with the TomTom WMS
service