List IntraFi Exclusions
get/intrafi_exclusions
Query parameters
cursorstring
Return the page of entries after this one.
limitinteger
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
entity_idstring
Filter IntraFi Exclusions for those belonging to the specified Entity.
idempotency_keystring
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Response
IntraFi Exclusion List
Example response
{
"data": [
{
"bank_name": "Example Bank",
"created_at": "2020-01-31T23:59:59Z",
"entity_id": "entity_n8y8tnk2p9339ti393yi",
"excluded_at": "2020-02-01T23:59:59+00:00",
"fdic_certificate_number": "314159",
"id": "intrafi_exclusion_ygfqduuzpau3jqof6jyh",
"idempotency_key": null,
"status": "completed",
"submitted_at": "2020-02-01T00:59:59+00:00",
"type": "intrafi_exclusion"
}
],
"next_cursor": "v57w5d"
}