Returns an array of all Item objects.
Username = api_key_id, Password = api_key_secret
Free-text search filter. For best results, use the payroll platform or employer's full name.
Filter by Item ID. Multiple Item IDs can also be searched at once using either method:
/v2/items?id=item_000000001,item_000000002/v2/items?id=item_000000001&id=item_000000002Filter by kind value.
Filter by status value.
Multiple status values can also be searched at once using either method:
/v2/items?status=healthy,issues/v2/items?status=healthy&status=issuesFiltering by both healthy and issues will return all Items that currently support new payroll connections.
Filter by mapping_status value.
Multiple mapping_status values can also be searched at once using either method:
/v2/items?mapping_status=verified,mapped/v2/items?mapping_status=verified&mapping_status=mappedOnly returns items with a matching_score greater than or equal to this value.
min_matching_score should be used together with the q "free-text search" query parameter.
Filter by Item filter ID.
Unique ID of the Item. ID format — item_123456789
Name of the Item.
Type of Item.
employer, gig, platform, benefits Known limitations of the Item, such as historical data limits, unique behavior, or degree of value obfuscation. Otherwise null.
Health status of the Item.
healthy — Normal service.issues — Impacted service. New account connections still supported.unavailable — Impacted service. New account connections not supported. Ongoing refresh paused.healthy, issues, unavailable Additional details on the Item's health status, such as degraded account connection ability or paused ongoing refresh. Otherwise null.
URL location of the Item's logo image file.
true if the Item does not directly support account connections, but instead acts as a container for other Items.
Verification status of the Item.
verified — The payroll system associated with the Item is known, and the Item has previously experienced a successful connection that returned paystub data.mapped — The payroll system associated with the Item is known, but the Item is awaiting a successful connection.unmapped — The payroll system associated with this Item is not yet known. If an unmapped Item is selected in Link, the user will be given the option to search for the relevant payroll system and attempt to connect using their login credentials.verified, mapped, unmapped Confidence score based on the degree of similarity between the Item and the search term. Ranges from "1.00" (strong match) to "0.01" (weak match).
matching_score is only returned when listing Items and is only applicable when the q "free-text search" query parameter is used.
What data fields the Item supports, the Item's deposit switching capabilities, and how often the Item is refreshed with new data.
Only returned when retrieving individual Items by Item ID.