Get a Donor Contact Method
Returns a single contact method on a donor — an email address or a phone number.
type, value, and countryCode, and whether it is primary, opted in, valid, or bounced.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor the contact method belongs to.
The ID of the donor contact method.
Response
OK
Represents a donor contact method model.
The unique identifier of the contact method.
The unique identifier of the donor.
The type of contact method, such as Email, Phone, or Mobile.
0, 10, 11, 12, 20, 21, 22, 99 The display name of the contact method type.
The email address or phone number itself.
The extension or other secondary part of the value.
Whether this is the donor's primary contact method of its type.
Whether the donor has opted in to being contacted at this value.
Whether the contact method is valid.
Whether the contact method is an email address.
Whether the contact method is a phone number.
Whether email sent to this address has bounced.
The country calling code of the phone number, such as 1 for the United States.