Get drivers and jobs by region
Dashboard
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.eyJzdWIiOiIyNzYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzUsImV4cCI6MTc1NTg1ODE3NSwianRpIjoiNGY1ZjNhNjMtZGNkYS00MDYzLWEzYzEtMjE3MjdkNTIzODVlIn0.rforI_7xBcaCqixhcrT-nbwPVfOk-N76jFE82XBaWzA
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: 6fdd6270-ca6b-4062-9343-d871e00aaeda
x-runtime: 0.007781
content-length: 32
Body
{
"jobs": {
},
"drivers": {
"": 100.0
}
}