reseller-customers
Add a customer or lead manually
Create a new lead or customer record. Resellers use this to track contacts from off-platform sources before they place an order.
POST
Add a customer or lead manually
Authorizations
Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.
Body
application/json
Example:
"Jane Doe"
Example:
"jane@example.com"
Example:
"+1-555-123-4567"
Example:
"123 Main St"
Example:
"Apt 4B"
Example:
"San Francisco"
Example:
"CA"
Example:
"94102"
Example:
"US"
Whether to track as a lead (pre-order) or as a customer.
Available options:
lead, customer Where this contact came from.
Available options:
order, link, api_import, manual, event Open-ended attributes (source URL, external IDs, etc.)
Example:
{
"sourceUrl": "https://example.com/listing/42"
}Response
Customer created
Add a customer or lead manually