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/mobile-recharge/list?offset=0&limit=10' \ -H 'X-API-Key: wp_live_SUA_CHAVE'
{ "success": true, "message": "Recargas listadas", "data": { "object": "list", "hasMore": false, "totalCount": 1, "limit": 10, "offset": 0, "data": [{ "id": "rec_abc123", "value": 20, "phoneNumber": "11999999999", "status": "PENDING", "operatorName": "Vivo", "canBeCancelled": true }] }, "requestId": "req_abc" }
Lista recargas de celular com paginação offset/limit.