Segments
Create an empty segment
Create an empty segment.
post/segments
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"name": "Winter 2025 - Campaign",
"note": "All customers that fits into criteria for winter campaign.",
"priority": 47
}Response
Created
Example response
{
"data": {
"segment_id": "86e05affc7a7abefcd513ab400"
}
}