Event Schemas
List event schemas
Introduction
APIs
- Authentication
- Customers
- Accounts
- Aliases
- Event Schemas
- Usage Meters
- AddOns
- Licenses
- Feature
- (Deprecated) Price Plans
- Price Plan V2
- Settings
- Price Experimentation
- Jobs
- Event Ingestion
- Entitlements
- Event Management
- Metrics
- Credits
- Invoices
- Payments
- Wallet
- InvoiceGroups
- Alerts
- Reports
Event Schemas
List event schemas
Returns a list of event schema with pagination.
GET
/
event_schema
Status of the event schema (`ACTIVE`, `ARCHIVED`)
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by provided status
Available options:
ACTIVE
, INACTIVE
Response
200 - application/json
Name of the event. Must be unique for an organization.
Maximum length:
50
Version of event schema
Required range:
x > 1
Description of the event
Maximum length:
255
Name of the event dimension
Maximum length:
50
Available options:
VALUE
, JSON_LOGIC
, JSON_LOGIC_FROM_DEPENDENCY
Available options:
ATTRIBUTE
, DIMENSION
Template used to generate event id based on event payload
Status of event schema
- DRAFT - Schema is in draft state
- ACTIVE - Schema is currently active
- INACTIVE - Schema is currently inactive
- ARCHIVED - Older version of event schema
Available options:
DRAFT
, ACTIVE
, INACTIVE
, ARCHIVED