| List customers and leads | GET | /reseller/customers | Returns this reseller team’s customers (people who have placed an order) and leads (people added manually, by API import, or by event). |
| Add a customer or lead manually | POST | /reseller/customers | Create a new lead or customer record. |
| Get customer detail (with this reseller’s orders) | GET | /reseller/customers/{customerId} | |
| Update customer notes / tags / status / kind | PATCH | /reseller/customers/{customerId} | Update reseller-private fields. |
| Remove customer from this reseller’s list | DELETE | /reseller/customers/{customerId} | Removes the link between this reseller and the customer. |