latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-173512,4063.0 MB

e536704a333f

plaid

List Link Identity Match attempts

Returns a chronological history of Link-originated Identity Match attempts for a client, ordered by creation time with the oldest attempt first.

Results are retained for up to one year. Attempts for deleted Items are omitted.

post/identity/match/list

Request body

client_idstring

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

secretstring

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

start_timestring date-time required

Inclusive start of the query window in RFC 3339 format.

end_timestring date-time required

Inclusive end of the query window in RFC 3339 format.

countinteger

Maximum number of attempts to return in one page.

cursorstring

Opaque pagination cursor. Omit on the first request. For subsequent requests, set this field to the next_cursor from the previous response and use the same start_time and end_time.

Response

OK

next_cursorstring nullable required

Cursor for the next page. Null when there are no more pages.

has_moreboolean required

Whether more attempts remain in the query window.

request_idstring required

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.