Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful response
Unique identifier for the driver.
Example:
101
External driver ID or unique code.
Example:
"DRV-2025-001"
First name of the driver.
Example:
"John"
Last name of the driver.
Example:
"Doe"
Primary address line of the driver.
Example:
"123 Main Street"
Secondary address line (optional).
Example:
"Apt 4B"
City where the driver resides.
Example:
"New York"
State where the driver resides.
Example:
"NY"
ZIP code for the driver's address.
Example:
"10001"
Primary contact number for the driver.
Example:
"1234567890"
Email address of the driver.
Example:
"john.doe@example.com"