Skip to main content
POST
Queue import

Authorizations

Authorization
string
header
required

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

Body

application/json
upload_id
integer
required
header_id
integer
required
import_type
enum<string>
required
Available options:
add,
add_account_with_create_cfpb,
update,
delete
update_fields
enum<string>[] | null

Required for update imports. pay_term_offers expands to all four individual pay-term columns.

Available options:
email1,
mobile1,
current_balance,
expiry_date,
pay_term_offers

Response

Import queued.

message
string
required
Example:

"Import queued."

data
object
required
Last modified on July 20, 2026