Skip to main content
POST
Generate report

Authorizations

Authorization
string
header
required

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

Body

application/json
report_type
enum<string>
required
Available options:
creditor_profiles,
notice_responses,
consumer_profiles
start_date
string<date>
required

Inclusive report start date. Must not be in the future.

Example:

"2026-01-01"

end_date
string<date>
required

Inclusive report end date. Must be on or after start_date, not in the future, and within two months of start_date.

Example:

"2026-01-31"

Response

Report CSV returned.

The response is of type string.

Last modified on July 19, 2026