action rebilly_get_kyc_document_collection { label: "Retrieve a list of KYC documents" description: "Retrieve a list of KYC documents.\n" provider: rebilly method: GET path: "/kyc-documents" encoding: json output: { type: "array" items: { type: "object" } } }