Skip to main content
GET
List donors

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Query Parameters

giving
enum<string>

given for people with at least one completed gift, never for donors who have none.

Available options:
given,
never
lapsed_days
integer

Only people who have given, but not in this many days.

Required range: x >= 1
sort
enum<string>
default:lifetime

lifetime is most given first, recent most recent gift first, count most gifts first, name by last name then first name.

Available options:
lifetime,
recent,
count,
name
limit
integer
default:50

How many to return. 50 unless you say, 200 at most.

Required range: 1 <= x <= 200
offset
integer
default:0

How many to skip, for the next page.

Required range: x >= 0

Response

One page of donors.

results
object[]
required
total
integer
required

How many donors match in all.

limit
integer
required
offset
integer
required
has_more
boolean
required

Whether there is another page after this one.