Customers
About the Customer API
The EverTransit Customer API allows you to create a new customer, list customers from a given email, and retrieve the details of a particular customer by its ID. To make your requests, you can use the endpoints and their methods listed below.
Endpoints
The Customer object
Attributes
firstName
string
The first name of the customer.
lastName
string
The last name of the customer.
string
The email of the customer.
id
string
A unique identifier for the customer.
phoneNumber
string
The phone number of the customer.
createdTime
string
The date and time the customer was created in ISO format.
hits
array
Information about the ride that matches the search criteria. For example, the ID, passengers, status, destination, service level, rider, driver, etc.
totalHits
number
The number of matching criteria from the search result.
Create a customer
API playground for creating a customer
List customers
API playground for listing customers
Retrieve a customer
Last updated
Was this helpful?