Get a Segment
Returns a single segment by ID, including its performance.
code and externalIdentifier, and its results: totalDonors, totalGifts, totalGiftAmount, average, median, and highest gift amounts, totalVisitors, and conversionRate.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the segment.
Response
OK
Represents a segment model.
The unique identifier of the segment.
The unique identifier of the campaign.
The name of the campaign.
The name of the segment.
The description of the segment.
The code of the segment.
An identifier of your own to store on the segment, for reconciling it with an external system.
The number of donors who have given to the segment.
The number of gifts recorded for the segment.
The total amount of the gifts recorded for the segment.
The average gift amount for the segment.
The median gift amount for the segment.
The largest gift amount for the segment.
The number of visitors recorded for the segment.
The share of visitors to the segment who gave.
The UTC date and time the segment was created.
The UTC date and time the segment was last modified.