Route Matcher

This API handles an ordered sequence of points and associates them to the most plausible path on a graph; it is protected by a rate limiting.

If the request is successful, the service returns the optimal route information. If the rate limit is exceeded, the service returns that the limit has been reached, and the user is advised to try again later.

The service must be configured as shown in → Route Matcher configuration.

The web service can be reached at the following addresses:

POST optima-wsi/routeMatcher/<strt>
POST optima-wsi/routeMatcher/<link>

Both web services can be fed with payloads formatted in:

Authentication phase

Before using the endpoint, you must run the authentication phase (→ Login).

After the authentication, a session opens and a valid session token persists until:

Topics in this section