v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Funding Events

List funding events

Get all funding events for program

get/v1/funding_events

Query parameters

ending_beforestring uuid

A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.

page_sizeinteger

Page size (for pagination).

starting_afterstring

A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.

Response

OK

has_moreboolean required

Example response

{
  "data": [
    {
      "token": "b68b7424-aa69-4cbc-a946-30d90181b621",
      "collection_tokens": [
        "b68b7424-aa69-4cbc-a946-30d90181b621"
      ],
      "previous_high_watermark": "2024-01-01T00:00:00Z",
      "high_watermark": "2024-01-01T00:00:00Z",
      "collection_resource_type": "PAYMENT",
      "network_settlement_summary": [
        {
          "network_settlement_date": "2024-01-01"
        }
      ],
      "created": "2024-01-01T00:00:00Z",
      "updated": "2024-01-01T00:00:00Z"
    }
  ]
}