/api/v1/customers— List customersNewest first. Use `email` or `phone` for a Zapier-style "find customer" step — both are exact matches (phone compares the last 10 digits).
Query
| limit | integer | Page size, 1–200. Default 50. |
| cursor | string | The `nextCursor` from the previous page. |
| updatedSince | ISO-8601 | Only records changed at or after this time — the polling-trigger primitive. |
| string | Exact email, case-insensitive. | |
| phone | string | Phone number; digits only are compared. |
Returns { data: Customer[], nextCursor }
curl -H "Authorization: Bearer $KEY" "https://tradesbackbone.com/api/v1/[email protected]"