Skip to main content
GET
Export Consumer Profiles rows

Authorizations

Authorization
string
header
required

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

Query Parameters

Search consumer name, master account number, original account number, mobile, email, SSN last four, account name, sub-account name, or sub-account account number.

Maximum string length: 255
status
enum<string>

Filter by one Consumer Profiles status bucket.

Available options:
uploaded,
joined,
expired_negotiation,
payment_declined,
cancelled_plan,
agreed_settlement_pending_payment,
agreed_payment_plan_pending_payment,
hold,
payment_setup,
active_settlement,
active_payment_plan,
settled,
dispute,
not_paying,
deactivated
subclient
integer

Filter by sub-account ID. Assigned sub-account creditor users are always forced to their assigned sub-account.

window
integer

Include accounts created within the last N days and exclude deactivated accounts.

Required range: 1 <= x <= 3650
sort
enum<string>
default:placement_date

Sort field.

Available options:
master_account_number,
name,
account_name,
sub_name,
placement_date,
account_status,
status
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

CSV download returned.

The response is of type file.

Last modified on July 20, 2026