Bulk Import
List rows waiting on a 2FA code
Every parked 2FA row on the panel, across all jobs — needs_2fa first, soonest to expire first.
Every parked 2FA row on the panel, across all jobs — needs_2fa first, soonest to expire first.
This is deliberately panel-wide rather than per-job: an operator closes the importer and the dashboard still has to be able to say "9 accounts need a 2FA code". count is how many are still answerable, expired_count how many need a retry instead, and expiry_seconds is the window length each one gets.
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Query Parameters
limit?integer
Maximum rows to return (1–1000).
Range
1 <= value <= 1000Default
200Response Body
application/json
curl -X GET "https://example.com/import/pending-2fa"{ "count": 0, "expired_count": 0, "expiry_seconds": null, "rows": [], "success": true}