---
title: "Get funding event by ID"
method: GET
path: "/v1/funding_events/{funding_event_token}"
tags: ["Funding Events"]
---

# Get funding event by ID

`GET /v1/funding_events/{funding_event_token}`

Get funding event for program by id

## Path parameters

- `funding_event_token` string, required

## Response `200`

OK

- FundingEventResponse
  - `token` string, uuid, required — Unique token ID
  - `collection_tokens` string[], required — IDs of collections, further information can be gathered from the appropriate collection API based on collection_resource_type
  - `previous_high_watermark` string, date-time, required — Time of the previous high watermark
  - `high_watermark` string, date-time, required — Time of the high watermark
  - `collection_resource_type` 'BOOK_TRANSFER' | 'PAYMENT', required — Collection resource type
  - `network_settlement_summary` FundingEventSettlement[], required — Network settlement summary breakdown by network settlement date
    - `settled_gross_amount` integer, required
    - `network_settlement_date` string, date, required
  - `created` string, date-time, required — Time of the creation
  - `updated` string, date-time, required — Time of the update

## Other responses

- `400` — A parameter in the query given in the request does not match the valid queries for the endpoint.
- `401` — | | | |---|---| | User has not been authenticated | Invalid or missing API key | | API key is not active | The API key used is no longer active | | Could not find API key | The API key provided is not associated with any user | | Please provide API key in Authorization header | The Authorization header is not in the request | | Please provide API key in the form Authorization: [api-key] | The Authorization header is not formatted properly | | Insufficient privileges. Issuing API key required | Write access requires an Issuing API key. Reach out at [lithic.com/contact](https://lithic.com/contact) | | Insufficient privileges to create virtual cards. | Creating virtual cards requires an additional privilege | Reach out at [lithic.com/contact](https://lithic.com/contact) |
- `404` — The specified resource was not found.
- `422` — Unprocessable entity.
- `429` — Client has exceeded the number of allowed requests in a given time period. | | | |---|---| | Rate limited, too many requests per second | User has exceeded their per second rate limit | | Rate limited, reached daily limit | User has exceeded their daily rate limit | | Rate limited, too many keys tried | One IP has queried too many different API keys |

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
