Create a Report Config
Create a new report configuration. Only one config per report type per organization is allowed.
Documentation Index
Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for creating a report config.
Discriminator for report type
integration_sync_report, ar_aging_report How often to send the report (DAILY, WEEKLY, MONTHLY)
daily, weekly, monthly Time of day (HH:MM) in org timezone. Minutes must be 0 or 30.
Day of the week (0=Monday, 6=Sunday). Only used by WEEKLY frequency.
0 <= x <= 6Primary recipient email addresses
Optional CC email addresses (e.g., FDE team on failures)
Successful Response
Report configuration response.
Discriminator for report type
integration_sync_report, ar_aging_report How often to send the report (DAILY, WEEKLY, MONTHLY)
daily, weekly, monthly Time of day (HH:MM) in org timezone. Minutes must be 0 or 30.
Day of the week (0=Monday, 6=Sunday). Only used by WEEKLY frequency.
Primary recipient email addresses
Optional CC email addresses (e.g., FDE team on failures)
UTC timestamp of the last successful report send
String representing the object's type. Objects of the same type share the same value.