Skip to main content
GET
List Donor Email Addresses
Each address comes back with isPrimary, isOptedIn, and isBounced, so you can tell which one is safe to mail.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int64>
required

The ID of the donor.

Response

OK

A page of contact methods with the total number that match the request.

items
object[]

The contact methods in this page of results.

total
integer<int32>

The total number of contact methods that match the request. Use it with skip and take to page through the full set.

Last modified on July 28, 2026