GET
List KYB Documents
List documents belonging to the authenticated user with optional filtering and pagination.
Query Params
-
idsstringComma-separated list of up to 100 document UUIDs to filter by -
typestring enumType of document being uploadedgovernmentIdcommercialRegisterarticlesOfAssociationcertificateOfIncorporationcertificateOfGoodStandingcertificateOfTrustcertificateOfIncumbencycertificateOfIncumbencyOrShareRegisterproofOfPrincipalPlaceOfBusinessactiveTradeLicenseresolutionToOpenBitgoUaeAccountresolutionToOpenBitgoSingaporeAccountproofOfAuthorizedSignatoriesmemorandumOfAssociationmemorandumAndArticlesOfAssociationbylawsOrOperatingAgreementoperatingAgreementw8w9evidenceOfLegalStatusevidenceOfActiveStatusproofOfJfsaLicenseproofOfGamingLicenseorganizationDocumentpartnershipAgreementarticlesOfOrganizationbusinessLicenseOrRegistrationevidenceOfGovernmentOrStateOwnershipsecFilingsAsEvidenceOfPublicTradingStatusfoundingTreatyOrEquivalentproofOfAddresssourceOfWealthsingaporeSupportingDocumentcaseRequiredDocumentscorrespondentAccountCertificationauthorizedSignerForm -
statusstring enumCurrent status of the documentawaitingUploaduploadedacceptedrejected -
enterpriseIdstringNarrows results to documents attributed to the given enterprise; always scoped to the authenticated user -
forUserIdstringNarrows results to documents created for the given BitGo public user ID; always scoped to the authenticated user -
limitintegerMaximum number of documents to return (default: 20, max: 100) -
offsetinteger nullableNumber of documents to skip (default: 0)
Responses
200
200
Response Body
object
Paginated list of document summaries
-
documentsarray of objects requiredList of document summariesdocuments object
-
idstring uuid requiredDocument identifier -
typestring enum requiredType of document being uploadedgovernmentIdcommercialRegisterarticlesOfAssociationcertificateOfIncorporationcertificateOfGoodStandingcertificateOfTrustcertificateOfIncumbencycertificateOfIncumbencyOrShareRegisterproofOfPrincipalPlaceOfBusinessactiveTradeLicenseresolutionToOpenBitgoUaeAccountresolutionToOpenBitgoSingaporeAccountproofOfAuthorizedSignatoriesmemorandumOfAssociationmemorandumAndArticlesOfAssociationbylawsOrOperatingAgreementoperatingAgreementw8w9evidenceOfLegalStatusevidenceOfActiveStatusproofOfJfsaLicenseproofOfGamingLicenseorganizationDocumentpartnershipAgreementarticlesOfOrganizationbusinessLicenseOrRegistrationevidenceOfGovernmentOrStateOwnershipsecFilingsAsEvidenceOfPublicTradingStatusfoundingTreatyOrEquivalentproofOfAddresssourceOfWealthsingaporeSupportingDocumentcaseRequiredDocumentscorrespondentAccountCertificationauthorizedSignerForm -
subTypestring enum nullable requiredSubtype of document (relevant forgovernmentIdandsingaporeSupportingDocumentdocument types)cctciddlfoidhicidippkeypltpassmunidmynnbinricofwrppanpidppppcprssstdtribalidumidvidvisawpcomputerizedPayslipsincomeTaxAssessmentemploymentLetterContractbankStatementdptHoldingStatementinvestmentHoldingsStatementtitleDeedspropertyTaxCpfStatementother -
statusstring enum requiredCurrent status of the documentawaitingUploaduploadedacceptedrejected -
enterpriseIdstring nullable requiredEnterprise associated with the document when created, or null for legacy documents -
forUserIdstring nullable requiredBitGo public user ID the document was created for, or null when not attributed -
createdAtstring date-time requiredISO timestamp when the document was created -
filesarray of objects requiredFiles associated with the documentfiles object
-
idstring uuid requiredFile identifier -
viewstring enum nullable requiredView or side of the document filefrontbackfull -
statusstring enum requiredCurrent status of the file upload.requiresManualReviewis a terminal state set after 2 failed AI screening attempts; the file is locked and Trust ops resolves it manually.awaitingUploaduploadedacceptedrejectedrequiresManualReview
-
-
-
totalinteger requiredTotal number of matched documents -
limitinteger requiredApplied page size -
offsetinteger requiredApplied page offset
400
400
Response Body
object
Generic error response
-
codestring requiredError code -
messagestring requiredError message -
detailsmap of objectsAdditional error detailsdetails object
-
<key>object nullable
-
401
401
Response Body
object
Generic error response
-
codestring requiredError code -
messagestring requiredError message -
detailsmap of objectsAdditional error detailsdetails object
-
<key>object nullable
-
500
500
Response Body
object
Generic error response
-
codestring requiredError code -
messagestring requiredError message -
detailsmap of objectsAdditional error detailsdetails object
-
<key>object nullable
-