Get New Customers
Zapier
Get New Customers
Get a list of all new customers since the last time it was checked.
GET
Get New Customers
Authorizations
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Response
Successful Listing
Example:
[
{
"id": 1,
"first_name": "John",
"last_name": "Doe",
"phone": "1234567890",
"email": "email@email.com",
"addr1": "123 Main St",
"addr2": "",
"addr3": "",
"city": "Anytown",
"state": "CA",
"zip": "12345",
"country": "US"
}
]
