v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Segments

Create Segment Copy

This endpoint allows you to create a new segment from an existing segment. You need to provide the unique identifier (listId) of the list where the segment is located to create a copy of the segment.

post/v3/lists/{listId}/segments/{segmentId}

Path parameters

listIdinteger required

Provide the unique ID of the list

segmentIdstring required

Provide the unique ID of the segment

Request body

string required

Response

Accepted the request to create the segment copy

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  },
  "data": {
    "id": "507f1f77bcf86cd799439011",
    "name": "people who likes movies",
    "userName": "homer",
    "listId": 203,
    "queryRule": "movies[eq]=horror&age[gt]=21",
    "total": 7
  }
}