Skip to main content
POST
Upload report

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

Request containing report type, start date, and report content

reportType
enum<string>
required
Available options:
Daily,
Weekly,
Monthly
startDate
string<date-time>
required

Start date for the report data

report
string
required

End date for the report data

Minimum string length: 1

Response

OK

url
string | null

File URL where the uploaded report can be accessed

Last modified on August 10, 2026