GET /api/truck

GET /api/truck

Query parameters

  • include_drivers string

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • parallel boolean
  • 401

    Not Authorized

  • 403

    Not Allowed

GET /api/truck
curl \
 --request GET 'https://api-dev.gatego.io/api/truck'
Response examples (200)
{
  "parallel": true
}