Skip to main content
GET
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