Ingest Event
Ingest a raw metering event. The event is published to the meter-events PubSub topic for processing by the meters service.
Authorizations
API key authentication
Body
CloudEvents type. Must match an eventType configured on a BillableMetric.
Event source URI identifying the application.
Customer or entity ID this event relates to.
Event payload containing the metering data.
Organization/merchant ID. Defaults to the authenticated user's organization. Platform users can specify a different organization.
Event timestamp. Defaults to server time if not provided.
User-provided deduplication key. If not provided, a unique key is generated.
Optional external identifier for cross-referencing with external systems. Alphanumeric characters, hyphens, and underscores only.
255^[a-zA-Z0-9_-]+$Response
Event accepted for processing
Server-generated event ID.
event Optional external identifier for cross-referencing with external systems. Alphanumeric characters, hyphens, and underscores only.
255^[a-zA-Z0-9_-]+$