Skip to main content
PUT
Update schedule report

Authorizations

Authorization
string
header
required

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

Path Parameters

scheduleExport
integer
required

Scheduled report ID.

Body

application/json
report_type
enum<string>
required
Available options:
creditor_profiles,
notice_responses,
consumer_profiles
frequency
enum<string>
required
Available options:
daily,
weekly,
monthly
emails
string
required

Comma-separated recipient emails. The API trims, lowercases, de-duplicates, validates, and limits the list to five recipients.

Example:

"reports@example.com,admin@example.com"

Response

Schedule report updated.

message
string
required
data
object
required
Last modified on July 19, 2026