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.eyJzdWIiOiIyNjkiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3Mzc1NTE1NTcsImV4cCI6MTc0MDE0MzU1NywianRpIjoiNzNlN2QwOTMtZjgyZi00MjgwLWI2ZWYtMjA4NTg5ZmJmMjI3In0.Y13uk_mf2b43fZc0IZLoiD5wri8_7pqNUZTl4Zo5wZ0
Host: example.org
Cookie: 

Query Parameters

{}=

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: 29cd7441-dca9-4f47-9bbb-5e7719c52721
x-runtime: 0.006953
content-length: 32

Body

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