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.eyJzdWIiOiIyNzYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MTEsImV4cCI6MTc0NTA1NjkxMSwianRpIjoiMTUwZTYwODgtODNkMC00NWFjLTllNTQtZjNlYjgzYWMxOGFlIn0.7ut02pxBuwbWyP2an4GN3fe5oyY3HN0BZ6h_HmOF2Ps
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: 1273321e-eea3-4ffd-b6a5-5fe0d624090b
x-runtime: 0.017048
content-length: 32

Body

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