REST APIIdentityIdentity Verification (IDV)

GET

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

  • enterpriseId string
    Optional BitGo enterprise ID. When set, only IDVs linked to this enterprise are returned. When omitted, returns every enterprise link for the caller.

    at least 1 characters

Responses

200
200

Response Body

object

  • idvRecords array of objects required
    idvRecords object
    • idvId string required
    • status string enum required
      pendingaction_requiredapprovedrejected
    • verificationType string enum required
      penny-dropvideo-idliveness-onlydeposit-verification
    • userId string required
    • enterpriseId string required
    • organizationId string nullable required
    • rejectLabels array of strings nullable required
400
400

Response Body

object

  • error string required
    Error message
403
403

Response Body

object

  • error string required
    Error message
500
500

Response Body

object

  • error string required
    Error message