Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all AML records for your business
GET https://api-v3.reeple.ai/aml
status
PENDING
PROOF_UPLOADED
APPROVED
REJECTED
page
1
limit
20
{ "data": [ { "id": "aml_xxx", "businessId": "biz_xxx", "currency": "CAD", "amount": 500.00, "status": "PENDING", "proofUrl": null, "reviewNotes": null, "createdAt": "2026-06-12T10:00:00.000Z", "deposit": { "id": "...", "amount": 500, "currency": "CAD", "status": "PENDING", "createdAt": "..." }, "customer": { "id": "...", "firstName": "John", "lastName": "Doe", "email": "john@example.com" } } ], "meta": { "total": 1, "page": 1, "limit": 20, "pages": 1 } }