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.
curl -X GET 'https://api.wovepay.com/v1/serasa/reports/list?offset=0&limit=10' \ -H 'X-API-Key: wp_live_SUA_CHAVE'
{ "success": true, "message": "Consultas de crédito listadas", "data": { "object": "list", "hasMore": false, "totalCount": 1, "limit": 10, "offset": 0, "data": [{ "id": "6c5e73fa-9efd-4a75-b60c-1cafb8d1c7ed", "status": "DONE", "cpfCnpj": "05666663755", "customer": "clx_customer", "dateCreated": "2026-05-31T10:00:00.000Z" }] }, "requestId": "req_abc" }
undefined