Skip to main content
GET
https://prod-api.raisedonors.com
/
api
/
Segment
/
{segmentId}
/
page-count
Get Segment Page Count
curl --request GET \
  --url https://prod-api.raisedonors.com/api/Segment/{segmentId}/page-count \
  --header 'Authorization: <api-key>'
123

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

segmentId
integer<int64>
required

The ID of the segment.

Response

OK

The response is of type integer<int32>.

Last modified on June 5, 2026