Sample - Plaid API
POST/watchlist_screening/individual/program/list

List individual watchlist screening programs

Lists individual watchlist screening programs. Use cursor to paginate through the programs and provide authentication credentials in the request body or their corresponding headers.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 body fields

Optional pagination information and authentication credentials for listing individual watchlist screening programs.

secretstringoptional
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.
client_idstringoptional
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.
cursorstringoptional
An identifier that determines which page of results you receive.

1 status code
200Returns a page of programs in `watchlist_programs`, along with `next_cursor` and a request identifier.
watchlist_programsarray<IndividualWatchlistProgram>required
List of individual watchlist screening programs
next_cursorstringrequired
An identifier that determines which page of results you receive.
request_idstringrequired
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

Error handling

When supplied, cursor must identify a page of program results returned by a previous response. Provide client_id and secret in the request body or through the PLAID-CLIENT-ID and PLAID-SECRET headers.