Segments
The Segment object
API Documentation
Businesses
Customers
- The Customer object
- GETList all customers for a business
- POSTCreate a customer
- GETRetrieve a customer
- POSTUpdate a customer
- POSTUnsubscribe a customer from campaigns and triggers
- POSTResubscribe a customer to campaigns and triggers
- DELDelete a customer
- POSTCreate multiple customers
- POSTUpdate multiple customers
Sync
Segments
Segments
The Segment object
The schema is of type object
.
{
"id": "<string>",
"name": "<string>",
"filter": "<string>"
}