Drivers
About the Driver API
The EverTransit Driver API allows you to create an invitation for a driver to your fleet. To make your request, you can use the endpoint and method listed below.
Endpoints
The Driver invitation object
{
"email": "[email protected]",
"id": "5f886c22fe5dd800318f809f",
"status": "pending",
"createdTime": "2022-08-16T22:06:24.024Z"
}Attributes
string
The email of the driver.
id
string
A unique identifier for the driver invitation.
status
string
The status of the invitation request.
createdTime
string
The date and time the driver invitation request was created in ISO format.
Create a Driver invitation
You can use this endpoint to invite a driver to your fleet. The driver must be registered in the EverTransit driver application: https://apps.apple.com/us/app/evertransit/id1611567689.
The email of the driver which you want to invite.
[email protected]The driver invitation was created successfully.
Bad request.
Unauthorized.
Last updated
Was this helpful?