Fetches a list of drivers within an organization, including their session status and availability.
GET
/api/yard-task/driver/summary
curl \
-X GET https://api-dev.gatego.io/api/yard-task/driver/summary
Response examples (default)
[
{
"id": 1,
"name": "John Doe",
"active": true,
"allowed_yards": [
2,
3,
4
]
}
]