Skip to content

Get route data

POST
/api/v1/valhalla/route
curl --request POST \
--url https://example.com/api/v1/valhalla/route \
--header 'Content-Type: application/json' \
--data '{}'

Queries Valhalla service for routing data

Media type application/json
object
Example generated
{}

Route data from Valhalla

Media type application/json
object
Example generated
{}

Bad Request

Internal Server Error