verification

Get verifications by external user id

List of verifications matching the specified external user id including the current state of the verification.

post/verification/searchByExternalUserId

Request body

externalUserIdstring required

External user id

queryTestVerificationsboolean

If true, the query will only search TEST verifications. Defaults to false, and queries only LIVE verifications.

programIdstring

Filter to verifications from a single program. If null or empty, all programs on the account will be queried.

createdAfterstring date

Limit to verifications created after this date. If null, will query the past 7 days.

limitinteger

Maximum number of results to return

nextPageTokenstring

Starting id of next page of results

Response

A list of current status' for the specified criteria

nextPageTokenstring

Page token for next page of results

Changes