Seed Data

Pre-populated test data available in the staging environment for development and testing.

Staging Environment

The staging environment is pre-seeded with report templates and sample data. Use the test credentials from the Authentication guide to access this data.

Demo Tenant

FieldValue
Tenant IDa0000001-0000-0000-0000-000000000001
System Tenant ID00000000-0000-0000-0000-000000000000

Test Credentials

RoleEmailPasswordAccess
Developerdev@eventzr.comPassword123!Templates, Exports, Webhooks
Adminadmin@eventzr.comPassword123!All endpoints including Admin panel
Systemsystem@eventzr.comPassword123!System health + metrics endpoints

Pre-Built Report Templates (6)

These templates are pre-seeded in the staging environment for testing.

Template NameTypeFormatsStatus
Monthly Sales ReportfinancialPDF, XLSXactive
Event Attendance SummaryanalyticsPDF, CSVactive
Campaign PerformancemarketingPDF, XLSXactive
Revenue BreakdownfinancialPDF, XLSX, JSONactive
Ticket Sales by VenueoperationsCSV, XLSXactive
User Engagement MetricsanalyticsPDF, JSONactive

Quick Access

List all templatesbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/reports/v1/templates" \
  -H "Authorization: Bearer $TOKEN"
Create an export job (PDF)bash
curl -X POST "https://535ubezkse.execute-api.us-east-1.amazonaws.com/reports/v1/exports" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: $(uuidgen)" \
  -d '{
    "templateId": "<template-id-from-list>",
    "format": "pdf",
    "parameters": {
      "dateFrom": "2026-01-01",
      "dateTo": "2026-02-24"
    }
  }'
Check export statusbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/reports/v1/exports/<export-id>/lite" \
  -H "Authorization: Bearer $TOKEN"
Get admin quota usagebash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/reports/v1/admin/quota" \
  -H "Authorization: Bearer $TOKEN"

Subscription Tiers

Report generation quotas vary by subscription tier.

TierDaily ReportsMonthly ReportsScheduled ReportsAI Narratives
Base (Free)550NoNo
Student101002No
Startup255005Limited
Pro1002,00025Yes
EnterpriseUnlimitedUnlimitedUnlimitedYes + ZAR