Skip to main content
GET
Get All

Query parameters

integer
Retrieve transactions after this ID.
string
End date in the ISO 8601 format yyyy-mm-ddThh:mm:ss (UTC timezone). Retrieves transactions that were made on or after of provided date (UTC).
string
End date in the ISO 8601 format yyyy-mm-ddThh:mm:ss (UTC timezone). Retrieves transactions that were made on or before of provided date (UTC).
string
Payout account - can either be global or user. Returns transactions that were paid out to specified account. Allowed values: global, user
string
Payout date in the format YYYY-MM-DD. Retrieves transactions that were paid out on provided date. When provided, start and end dates have no effect.
string
Comma separated list of fundraiser ids.
integer
Page number. Default: 1
integer
Number of results to return. Default: 100
string
default:"id"
Sort key. Allowed values: id, date Default: id
string
default:"asc"
Sort direction. Allowed values: asc, desc Default: asc
integer
Exclude subsite transactions. Default: 0
integer
Include pending transactions. Default: 0
string[]
List of fundraiser tags.

Response

string
Start date.
string
End date.
integer
Number of transactions returned.
object[]
List of transactions.
Other responses