Skip to main content
GET
List Donor Contact Methods
Each one comes back with isPrimary, isOptedIn, and isBounced.
To get one type at a time, use List Donor Email Addresses or List Donor Phone Numbers.

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