Documentation for the BeMap API, including authentication and routing services.
BeMap Sandbox (1.0.0)
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://docs.benomad.com/_mock/openapi/
Beta environment
https://bemap-beta.benomad.com/
Preproduction environment
https://bemap-preprod.benomad.com/
Production environment
https://bemap-prod.benomad.com/
- Mock serverhttps://docs.benomad.com/_mock/openapi/bgis/bnd
- Beta environmenthttps://bemap-beta.benomad.com/bgis/bnd
- Preproduction environmenthttps://bemap-preprod.benomad.com/bgis/bnd
- Production environmenthttps://bemap-prod.benomad.com/bgis/bnd
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://docs.benomad.com/_mock/openapi/bgis/bnd?appid=string&appcode=string'Response
application/json
{ "message": "Authenticated" }
- Mock serverhttps://docs.benomad.com/_mock/openapi/bgis/bnd
- Beta environmenthttps://bemap-beta.benomad.com/bgis/bnd
- Preproduction environmenthttps://bemap-preprod.benomad.com/bgis/bnd
- Production environmenthttps://bemap-prod.benomad.com/bgis/bnd
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://docs.benomad.com/_mock/openapi/bgis/bnd \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d appid=string \
-d appcode=stringResponse
application/json
{ "message": "Authenticated" }