Skip to main content
GET
Export manage consumer notice responses

Authorizations

Authorization
string
header
required

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

Path Parameters

consumer
integer
required

Representative consumer ID from the manage consumers list.

Query Parameters

sort
enum<string>
default:response-date
Available options:
response-date,
consumer-name,
account-number,
notice-balance,
response-type,
creditor-member-status,
creditor-response-status
direction
enum<string>
default:desc
Available options:
asc,
desc
page
integer
default:1

Accepted for shared table controls; ignored by the export.

Required range: x >= 1
per_page
integer
default:25

Accepted for shared table controls; ignored by the export.

Required range: 1 <= x <= 100

Response

Notice responses CSV returned.

The response is of type string.

Last modified on July 19, 2026