Reports
Create report
Create a new report.
post/api/v1/reports
Request body
Example request
{
"schedule": {
"startAt": "2023-01-01T01:01:01.001Z"
}
}Response
The request has succeeded.
Example response
{
"id": "01G65Z755AFWAKHE12NY0CQ9FH",
"schedule": {
"startAt": "2023-01-01T01:01:01.001Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.