Returns all stored segments in your account.

Response Body Parameters

ParameterTypeDescription
idIntegerID of the segment
titleStringTitle of the segment
filterObjectArray of segment rules
totalIntegerNumber of subscribers in the filter
sentIntegerTotal number of sent emails to the segment subscribers
openedIntegerTotal number of opened emails by segment subscribers
clickedIntegerTotal number or clicked links by segment subscribers

/segments/count

You can retrieve only the number of segments.

Response example

{
  "count": 3
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!