GET
/intrafi_exclusionsList IntraFi exclusions
Lists IntraFi exclusions, which identify financial institutions excluded from sweeping funds for an entity. Filter the results by entity_id or idempotency_key, and use cursor and limit to retrieve results in pages.
cursorstringoptional
Returns the page of results after this cursor; use the `next_cursor` value from a previous response to continue.
limitintegeroptional
Maximum number of exclusions to return. Must be at least 1 and defaults to 100 when omitted; the maximum is 100.
entity_idstringoptional
Filter results to exclusions belonging to this entity.
idempotency_keystringoptional
Filter for the exclusion with this idempotency key. Must be between 1 and 200 characters.
200Returns a list of IntraFi exclusion objects and a `next_cursor` value for retrieving the next page; `next_cursor` is null when there are no more results.
dataarray<IntraFiExclusion>required
The contents of the list.
next_cursorstringrequired
A pointer to a place in the list. Pass this as the `cursor` parameter to retrieve the next page of results. If there are no more results, the value will be `null`.
4XXReturned when the request cannot be completed because of a client-side error.
5XXReturned when the request cannot be completed because of a server-side error.
Error handling
limit must be at least 1 and no more than 100, and defaults to 100 when omitted. idempotency_key must be between 1 and 200 characters.