Skip to main content
curl -X GET 'https://api.goatpay.com.br/v1/mobile-recharge/list?offset=0&limit=10' \
  -H 'X-API-Key: gp_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"
}

Parâmetros de query

offset
number
Índice inicial (padrão 0).
limit
number
Itens por página (máx. 100).