Skip to content

Latest commit

 

History

History
120 lines (91 loc) · 2.1 KB

donor_contact_data_details.md

File metadata and controls

120 lines (91 loc) · 2.1 KB

Donor Contact Data Details

GET https://api.betterplace.org/de/api_v4/clients/volksfreund/client_donations/V9mxWWAeuVK9PtJw9mrZRyRk/donor_contact_data.json

Name and email for the donor.

This feature is based on a special checkbox that has to be integrated in the client donation form or on the postdonation page. Only users that give the explicit permission to provide the data to the client will be included.

🔒 Only available if authenticated as a client and only if this client has permissions to access this data. See betterplace.org clients.

URL Parameters

Parameter Example Required Description
client_id volksfreund yes

The betterplace.org-internal client permalink.

client_donation_id V9mxWWAeuVK9PtJw9mrZRyRk yes

The betterplace.org donation token or given client reference.

Response Attributes

Root Attributes

Attribute Types Example Description
first_name string Peter

The first name of the user or donor.

last_name string Paul

The last name of the user or donor.

email string peter.paul@betterplace.org

The email address of the user or donor.

Response Links

Linkname Description
No response example defined

Response Example

{
  "first_name": "Peter",
  "last_name": "Paul",
  "email": "peter.paul@betterplace.org",
  "links": [

  ]
}