Create a segment
Segments
Create a segment
Create a new segment with filter conditions. Segments allow you to dynamically group contacts based on conditions.
POST
Create a segment
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Body
application/json
Response
Segment created successfully
Unique identifier.
Example:
"550e8400-e29b-41d4-a716-446655440000"
The name of the segment.
Example:
"VIP Customers"
How to match the filter groups. all requires all groups to match, any requires at least one.
Available options:
all, any Example:
"all"
The filter configuration for the segment.
When the segment was created.
Example:
"2026-03-03 10:00:00"
When the segment was last updated.
Example:
"2026-03-03 10:00:00"

