fiel_uploaded: true — FIEL credentials are storedregistered: true — Business is registered with the SAT, downloads are enabledschedule — Current schedule config, or null if not configured yetfiel — FIEL certificate metadata (RFC, expiry, serial number)curl --location --request GET 'https://api.gigstack.io/v2/invoices/download/schedule?team' \
--header 'Authorization: <api-key>'{
"success": true,
"data": {
"fiel_uploaded": true,
"registered": true,
"registered_at": 0,
"sat_completed": true,
"fiel": {
"rfc": "XAXX010101000",
"expires_at": 1893456000000,
"serial_number": "string",
"uploaded_at": 0
},
"schedule": {
"enabled": true,
"time": "21:00",
"downloadTypes": [
"issued"
],
"daysBack": 1,
"lastRunAt": 0,
"lastRunStatus": "string",
"lastRunError": "string"
}
}
}