cURL
curl --request GET \ --url https://server.stage.overflow.co/api/v3/donors/{donorId} \ --header 'x-client-id: <api-key>'
{ "data": { "id": "6710f34fd5061afeec3eab57", "createdAt": "2025-01-01T00:00:00.000Z", "updatedAt": "2025-01-01T00:00:00.000Z", "firstName": "John", "lastName": "Doe", "email": "john.doe@example.com", "phone": "+1234567890", "address": { "line1": "123 Main St", "line2": "Apt 1", "city": "Anytown", "state": "CA", "zip": "12345" }, "activeRecurringCount": 1, "latestContributionDate": "2025-01-01T00:00:00.000", "totalContributionsCount": 10 } }
Returns donor for given ID.
Client ID for API authentication
The ID of the donor to fetch.
"2ea1ae03ca521e437db76d76"
The donor for the given ID
Show child attributes
Was this page helpful?
Contact support