Get webhook events for a resource
Returns the most recent delivered event for resource_name as the same envelope
Fluid POSTs to your endpoint (the event id, identifier, name, timestamp,
and the enriched payload) — use it to confirm what Fluid last sent. Read-only.
Pass a resource the company has actually registered; an unknown or unregistered
resource_name returns 404 with a {message, status} body. Requires a company
Bearer token (401 otherwise).
Authorizations
Bearer token authentication
Path Parameters
The resource whose most recent delivered event to return, e.g. order,
cart, or member. Must be a resource the company has registered; an unknown
or unregistered value returns 404.
Response
Resource events listed
The full event envelope returned by the resource events endpoint. The enriched inner payload is nested under payload (never a generic data key), alongside the event id, a generated identifier token, the event name, and a timestamp.
Numeric identifier of the stored event.
The event's generated identifier token, not the company or event name.
Event identifier, e.g. "member_sponsorships_reassigned".
ISO 8601 event timestamp.
The enriched inner payload: the resource data merged with the seven metadata fields (event_name, schema_version, schema_hash, company_id, resource_name, resource, event). Each resource keys its data under its own name — a member payload carries member, a cart payload carries cart, an order payload carries order, and so on — never a generic data key. The oneOf documents the member and cart branches explicitly and covers every other resource with an open fallback branch.
- Option 1
- Option 2
- Option 3