Funding Events

funding_events

Methods

List Funding Events -> CursorPage<>
get/v1/funding_events

Get all funding events for program

query Parameters
ending_before: string
Optional
(format: 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_size: number
Optional
(maximum: 100, minimum: 1, default: 50)

Page size (for pagination).

starting_after: string
Optional

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 fields
data: Array<>

Funding Event Response

has_more: boolean
Request example
200Example
Get Funding Event By ID ->
get/v1/funding_events/{funding_event_token}

Get funding event for program by id

Get Funding Event Details -> { token, settlement_details_url, settlement_summary_url }
get/v1/funding_events/{funding_event_token}/details

Get funding event details by id

Domain types

FundingEvent = { token, collection_resource_type, collection_tokens, 5 more... }