Customers
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.
Retrieves a list of customers that matches the criteria.
Only customers with this email will be returned.
john@test.com
The limit of items per page in the response.
20
Example: 10
Specify the page to retrieve. You will need to use it if you want to retrieve specific pages.
1
Example: 1
Create a customer.
The email of the customer.
jhon@mail.com
The first name of the customer.
John
The last name of the customer.
Doe
The phone number of the customer.
+123456789