Read Event
Intent
Reads the event without changing it.
When to call it
Call this after your application has received or stored the identifier for the event.
Access boundary
Authorize the request with a token that carries events:read or events:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Get an event by ID.
Scopes: events:read events:write
Authorizations
You can generate an Organization Access Token from your organization's settings.
Path Parameters
The event ID.
Response
Successful Response
- MeterCreditEvent
- MeterResetEvent
- BenefitGrantedEvent
- BenefitCycledEvent
- BenefitUpdatedEvent
- BenefitRevokedEvent
- SubscriptionCreatedEvent
- SubscriptionUpdatedEvent
- SubscriptionCycledEvent
- SubscriptionCanceledEvent
- SubscriptionRevokedEvent
- SubscriptionPastDueEvent
- SubscriptionReactivatedEvent
- SubscriptionUncanceledEvent
- SubscriptionProductUpdatedEvent
- SubscriptionSeatsUpdatedEvent
- SubscriptionBillingPeriodUpdatedEvent
- SubscriptionUpdateClearedEvent
- OrderPaidEvent
- OrderRefundedEvent
- OrderVoidedEvent
- OrderUnvoidedEvent
- CheckoutCreatedEvent
- CustomerCreatedEvent
- CustomerUpdatedEvent
- CustomerDeletedEvent
- BalanceOrderEvent
- BalanceCreditOrderEvent
- BalanceRefundEvent
- BalanceRefundReversalEvent
- BalanceDisputeEvent
- BalanceDisputeReversalEvent
- UserEvent
An event created by Ruba when credits are added to a customer meter.
The stable identifier for this record.
The timestamp of the event.
The ID of the organization owning the event.
"1dbfc517-0bbf-4301-9ba8-555ca42b9737"
ID of the customer in your Ruba organization associated with the event.
The customer associated with the event.
- CustomerIndividual
- CustomerTeam
ID of the customer in your system associated with the event.
Human readable label of the event type.
The source of the event. system events are created by Ruba. user events are the one you create through our ingestion API.
"system"The name of the event.
"meter.credited"ID of the member within the customer's organization who performed the action inside B2B.
ID of the member in your system within the customer's organization who performed the action inside B2B.
Number of direct child events linked to this event.
The ID of the parent event.