Dashboard

Get drivers and jobs by region

GET drivers and jobs

Endpoint

GET /api/v1/dashboard/regions

Request

Route

GET /api/v1/dashboard/regions

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyNzYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0MzgsImV4cCI6MTc2MzU0MjQzOCwianRpIjoiNWJmNjFhYzUtMzc2My00YzUzLWFkNTctMzYyYTg5NjAwNTkxIn0.-qban5Obw0V8b5vmIsqQ8ydYHzupAzESO0V95ncec5I
Host: example.org
Cookie: 

Query Parameters

{}=

Body

{
}

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"8dd5c7301e9fb863fa60b183da98deff"
cache-control: max-age=0, private, must-revalidate
x-request-id: bf31d421-b09e-4146-aaad-11ebc567970d
x-runtime: 0.007909
content-length: 32

Body

{
  "jobs": {
  },
  "drivers": {
    "": 100.0
  }
}