Submitting an async Cloudflare import job
Queue an async import job for domains your customer already owns. This
endpoint is capped at 500 domains per request and returns immediately
with an in_progress import job. Poll GET /domains/import/jobs/{id}
or listen for domain_import.* webhooks for the terminal result.
Live async job creation uses the normal Partner API rate limit and does not reject just because Cloudflare accounts are currently busy. The backend keeps the import on one selected Cloudflare account.
Retrying the same normalized domain set is safe: Peeker hashes the sorted unique domains server-side and returns the existing import job. No idempotency header is required.
Authorizations
Your partner API key. Use pk_live_… against the live system or
pk_test_… against the sandbox.
Body
1 - 500 elementsResponse
Import job accepted.