Skip to main content
POST
Create Driver

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
driver_id
string
required

Unique identifier for the driver

Example:

"DUMMY12345"

first_name
string
required
last_name
string
required
address_line_1
string
required
city
string
required
state
string
required
zip
string
required
contact_number
string
required
email
string
required
address_line_2
string

Response

200 - application/json

Successful response

id
integer
driver_id
string
first_name
string
last_name
string
address_line_1
string
address_line_2
string
city
string
state
string
zip
string
contact_number
string
email
string