Seed Data
Pre-populated test data available in the staging environment for development and testing.
Staging Environment
The staging environment is pre-seeded with 14 platform taxonomies across multiple categories. Use the test credentials from the Authentication guide to access this data.
Demo Tenant
| Field | Value |
|---|---|
| Tenant ID | a0000001-0000-0000-0000-000000000001 |
| System Tenant ID | 00000000-0000-0000-0000-000000000000 |
Platform Taxonomies (14)
These PLATFORM-scope taxonomies are read-only for non-admin users and shared across all tenants.
| Name | Display Name | Scope | Status |
|---|---|---|---|
event-categories | Event Categories | PLATFORM | ACTIVE |
venue-types | Venue Types | PLATFORM | ACTIVE |
ticket-types | Ticket Types | PLATFORM | ACTIVE |
payment-methods | Payment Methods | PLATFORM | ACTIVE |
languages | Languages | PLATFORM | ACTIVE |
currencies | Currencies | PLATFORM | ACTIVE |
countries | Countries | PLATFORM | ACTIVE |
timezones | Timezones | PLATFORM | ACTIVE |
industries | Industries | PLATFORM | ACTIVE |
roles | User Roles | PLATFORM | ACTIVE |
permissions | Permissions | PLATFORM | ACTIVE |
notification-types | Notification Types | PLATFORM | ACTIVE |
content-types | Content Types | PLATFORM | ACTIVE |
subscription-tiers | Subscription Tiers | PLATFORM | ACTIVE |
Quick Access
List all platform taxonomiesbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/taxonomy/v1/taxonomies?scope=PLATFORM" \
-H "Authorization: Bearer $TOKEN"Get event-categories taxonomy with itemsbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/taxonomy/v1/taxonomies/event-categories?includeItems=true" \
-H "Authorization: Bearer $TOKEN"Subscription Tiers
Quota limits vary by subscription tier. The taxonomy service enforces these limits.
| Tier | Max Taxonomies | Max Items/Taxonomy | AI Features |
|---|---|---|---|
| Base (Free) | 5 | 100 | No |
| Student | 10 | 250 | Limited |
| Startup | 25 | 500 | Yes |
| Pro | 100 | 2,000 | Yes + ZAR |
| Enterprise | Unlimited | Unlimited | Full |