Segments
Get a segment
Get information about a specific segment.
get/segments/{segment_id}
Path parameters
segment_idstring required
The unique ID of the segment.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"segment_id": "82de12eb8b138791e678fd11c3",
"name": "VIP customers",
"segment_group_id": "8bed991c68a470e7aaeffbf048",
"note": "VIP customers note test",
"last_change": "2021-06-04 13:25:39"
}
}