Para solicitar acceso cree una cuenta en https://app.facthor.co.cr/ y envíenos un email para activarlo a david@itros.net
curl --location 'https://dev.facthor.co.cr/api/invoices?page=undefined&per_page=undefined&status=undefined&tipo_documento=undefined&sucursal=undefined&terminal=undefined&client_id=undefined&fecha_desde=undefined&fecha_hasta=undefined&saldo_pendiente=undefined&search=undefined' \
--header 'X-FACTHOR-ID;' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Operación exitosa",
"data": [
{
"id": 123,
"emisor_id": 1,
"client_id": 1,
"tipo_documento": "01",
"sucursal": 1,
"terminal": 1,
"consecutivo": "0000001234",
"clave": "string",
"fecha_emision": "2019-08-24",
"status": "borrador",
"total": 0,
"saldo_pendiente": 0,
"recurrence_id": 123
}
],
"pagination": {
"total": 150,
"per_page": 20,
"current_page": 1,
"last_page": 8,
"from": 1,
"to": 20
}
}