Skip to main content
GET
/
api
/
cron
/
weekly-report
GET /api/cron/weekly-report
curl --request GET \
  --url https://api.example.com/api/cron/weekly-report
GET endpoint for /cron/weekly-report

Response

Returns unknown on success.

Example

curl -X GET https://your-domain.com/api/cron/weekly-report \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"