GET
/
v2
/
vrp
/
demo
curl --request GET \
  --url https://api.solvice.io/v2/vrp/demo \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "status": "OK",
  "graph": "<any>"
}

Authorizations

Authorization
string
header
required

Api Key based authentication (apikey)

Query Parameters

geolocation
string | null
jobs
integer | null
radius
number | null

Response

400
application/json

Bad request

The response is of type object.