# BeMap Sandbox Documentation for the BeMap API, including authentication and routing services. Version: 1.0.0 License: MIT ## Servers Beta environment ``` https://bemap-beta.benomad.com ``` Preproduction environment ``` https://bemap-preprod.benomad.com ``` Production environment ``` https://bemap-prod.benomad.com ``` ## Security ### basicAuth Type: http Scheme: basic ## Download OpenAPI description [BeMap Sandbox](https://docs.benomad.com/_bundle/openapi.yaml) ## Authentication Operations related to BeMap authentication process ### Authenticate using URL parameters - [GET /bgis/bnd](https://docs.benomad.com/openapi/authentication/authenticatewithqueryparams.md) ### Authenticate using HTTP basic authorization - [POST /bgis/bnd](https://docs.benomad.com/openapi/authentication/authenticatewithbasicauth.md) ## Routing Route, isochrone, and matrix computations ### Computes a route through the road network - [POST /bgis/service/routing/1.0](https://docs.benomad.com/openapi/routing/computeroute.md): Performs route, isochrone or matrix calculation based on coordinates and vehicle profile.