# Check if a specific chauffeur is available within a date range.

Endpoint: GET /chauffeurs/{chauffeurId}/available
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Response 200 fields (application/json):

  - `available` (boolean)

## Response 400 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `errors` (array)

  - `suggestion` (string)


