Fetch the full SoF record for a user, including all document groups and their statuses.
curl https://api.zquence.com/v1/source-of-funds/usr_01HX3ZAB... \ -H "x-api-key: $ZQUENCE_PUBLIC_KEY" \ -H "x-api-secret: $ZQUENCE_SECRET_KEY"
{ "id": "sof_01HX3ZV...", "userId": "usr_01HX3ZAB...", "status": "under_review", "bankStatement": { "institution": "Chase", "accountLast4": "1234", "fileIds": ["file_01HX3ZK..."] }, "salary": { "employer": "Analytical Engines Inc.", "monthlyGross": 850000, "fileIds": ["file_01HX3ZW..."] }, "submittedAt": "2026-04-22T11:30:00.000Z" }