GET /api/driver/check
Query parameters
-
license string
GET
/api/driver/check
curl \
-X GET https://api-dev.gatego.io/api/driver/check
Response examples (200)
{
"driver_registered": true,
"driver": {
"id": 42,
"name": "string",
"license": "string",
"license_expiration": "2022-03-10T16:15:50Z",
"license_picture_id": 42,
"safety_card_picture_id": 42,
"active": true,
"created_at": "2022-03-10T16:15:50Z",
"last_modified_at": "2022-03-10T16:15:50Z"
}
}