Seed Data

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

Staging Environment

The staging environment is pre-seeded with demo reviews, NPS campaigns, review replies, and sample entities. Use the test credentials from the Authentication guide to access this data.

Demo Tenant

FieldValue
Tenant ID00000000-0000-0000-0000-000000000001

Test Users

RoleEmailPassword
Organizerorganizer@eventzr.comPassword123!
Useruser@eventzr.comPassword123!

Sample Seed Data

The staging environment includes the following pre-seeded data for the demo tenant.

Demo Reviews (5)

TitleRatingEntity TypeSentimentStatus
Amazing conference!*****eventpositivepublished
Great venue setup*****venuepositivepublished
Decent experience*****eventneutralpublished
Could be better*****speakernegativepublished
Outstanding speaker*****speakerpositivedraft

Additional Seed Data

EntityCountNotes
NPS Campaigns1Active campaign with sample NPS scores
Review Replies2Organizer responses to demo reviews
Sample Events3Referenced by entityType=event reviews
Sample Venues2Referenced by entityType=venue reviews

Quick Access

List all reviewsbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/reviews/v1/reviews?limit=20" \
  -H "Authorization: Bearer $TOKEN" \
  -H "x-tenant-id: 00000000-0000-0000-0000-000000000001"
Create a reviewbash
curl -X POST "https://535ubezkse.execute-api.us-east-1.amazonaws.com/reviews/v1/reviews" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -H "x-tenant-id: 00000000-0000-0000-0000-000000000001" \
  -d '{
    "entityType": "event",
    "entityId": "evt_abc123xyz",
    "rating": 5,
    "title": "Fantastic event!",
    "content": "One of the best conferences I have ever attended.",
    "tags": ["well-organized", "great-speakers"]
  }'

Subscription Tiers

Review quotas and feature access vary by subscription tier.

TierReviews/MonthNPS CampaignsAI SentimentImports
Base (Free)501NoNo
Student1002NoNo
Startup5005Limited1 source
Pro5,00025Yes3 sources
ProMax25,000100Yes + ZAR6 sources
EnterpriseUnlimitedUnlimitedFullUnlimited