Skip to main content

Drivers - Clock-Out

Overview

This endpoint allows you to clock out a single driver.


Request

POST /v1/accounts/{account_uuid}/drivers/{driver_uuid}/clock_out

Example Request

POST /v1/accounts/3584a197b5a9/drivers/46edc8e3/clock_out

Response #1

  • Status: 200

  • Body:

    {
    "message": "driver_clocked_out"
    }

Response #2 (Incase already clocked out once)

  • Status: 200

  • Body:

    {
    "message": "driver_already_clocked_out"
    }