GET
List the caller's Sumsub IDV records
Returns IDV records for the authenticated user (user-id header). Optional enterpriseId filters to that enterprise. Does not create an applicant. Empty list when the caller has no IDV, or when enterpriseId is set and not linked (does not leak existence). Does not refresh the WebSDK URL — call POST /v1/idv to initiate or retry.
Query Params
-
enterpriseIdstringOptional BitGo enterprise ID. When set, only IDVs linked to this enterprise are returned. When omitted, returns every enterprise link for the caller.
Responses
200
200
Response Body
object
-
idvRecordsarray of objects requiredidvRecords object
-
idvIdstring required -
statusstring enum requiredpendingaction_requiredapprovedrejected -
verificationTypestring enum requiredpenny-dropvideo-idliveness-onlydeposit-verification -
userIdstring required -
enterpriseIdstring required -
organizationIdstring nullable required -
rejectLabelsarray of strings nullable required
-
400
400
Response Body
object
-
errorstring requiredError message
403
403
Response Body
object
-
errorstring requiredError message
500
500
Response Body
object
-
errorstring requiredError message