Skip to main content
GET
Get Donors

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Query Parameters

limit
number
default:25

The number of donors to return

Required range: 1 <= x <= 100
locationIds
string[]

Filter donors by location IDs

Example:
maximumUpdatedDate
string<date-time>

The maximum updated date of the donors to return.

Example:

"2025-02-01"

minimumUpdatedDate
string<date-time>

The minimum updated date of the donors to return.

Example:

"2025-01-01"

page
number
default:1

The page number of the donors to return

Required range: x >= 1
sortBy
enum<string>
default:updatedAt

The field to sort the donors by.

Available options:
createdAt,
updatedAt,
firstName,
lastName,
email,
phone,
id,
totalContributionsCount
Example:

"createdAt"

sortDirection
enum<string>
default:DESC

The direction to sort the donors by.

Available options:
ASC,
DESC
Example:

"DESC"

Response

200 - application/json
data
object[]
required

List of donors

totalCount
number
required

Total number of donors matching the filters

Example:

100

Last modified on July 14, 2026