Customers
Create Customer
This endpoint creates a customer.
POST
Base URL https://api.tolt.com
Body Parameters
string
Customer’s email address
string
The partner ID who referred this customer
string - optional
Customer’s name
string - optional
Associated subscription identifier
string - optional
Your internal customer identifier
string - optional
Tracking click identifier
string - optional
Promotion code used to attribute this customer. The code must belong to the
referring partner, their group, or their program. If it does not match, the
customer is still created using click or API attribution, and the response
includes a
warnings array with a promotion_code_not_applied entry.string - optional
ISO 8601 timestamp of when the customer was created
string - optional
ISO 8601 timestamp of when the customer became a lead
string - optional
ISO 8601 timestamp of when the customer became active
string - optional
Customer’s status. Valid values are: ‘lead’, ‘trialing’, ‘active’, ‘canceled’
Response
boolean
Whether the request was successful
array[object]

