Skip to main content
POST
Bulk pause import jobs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

listId
string
required

The ID of the list.

Pattern: ^[0-9a-z]+$

Body

application/json
jobIds
string[]

Specific import job IDs to pause. Omit to pause all running and queued jobs.

Pattern: ^[0-9a-z]+$

Response

200 - application/json

OK

success
any
required