Skip to main content
GET
Get a contact's transactions
Use this to determine a contact’s first donation date (the oldest bundle) or whether they are a first-time donor — no need to maintain an external donor list. total_don gives the lifetime donated amount per currency, in cents.

Authorizations

Authorization
string
header
required

OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.

Path Parameters

id
integer<int64>
required

Contact ID.

Required range: x >= 0
Example:

42

Response

OK

data
object
required
status
string
required

Operation result.

Example:

"success"

Last modified on July 7, 2026