Skip to main content
GET
https://prod-api.raisedonors.com
/
api
/
Segment
/
exists
Check if Segment Exists
curl --request GET \
  --url https://prod-api.raisedonors.com/api/Segment/exists \
  --header 'Authorization: <api-key>'
true

Authorizations

Authorization
string
header
required

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

Query Parameters

code
string

The segment code to check.

segmentId
integer<int64>

The optional segment ID to exclude from the check.

Response

OK

The response is of type boolean.

Last modified on June 5, 2026