Bulk Import
List import jobs
Import history for the panel, newest first, each job carrying its per-status row counts.
Import history for the panel, newest first, each job carrying its per-status row counts.
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Query Parameters
limit?integer
Jobs per page (1–200).
Range
1 <= value <= 200Default
50offset?integer
Row offset for pagination.
Default
0Response Body
application/json
curl -X GET "https://example.com/import/jobs"{ "jobs": [], "success": true, "total": 0}Preview an import paste POST
Parse and validate a pasted account list without side effects — nothing is written, no login is attempted, and no slot is consumed. Use it to show which rows are valid,…
Start a bulk import POST
Create an import job and start working through the rows in the background. Returns 202 immediately with the job and its per-status counts.