Get Segment By ID
This endpoint retrieves a segment owned by the client.
get/segments/{id}
Path parameters
idinteger required
The ID used to identify the segment.
Response
200
Example response
{
"data": {
"id": 1,
"name": "Main Subscribers",
"type": "static",
"status": "active"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.