> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Realtime OnlyFans Events

> Webhook contract for translated Realtime OnlyFans Events

Realtime OnlyFans Events is the webhook surface for receiving supported translated OnlyFans events in your webhook endpoint.

<Info>
  **Beta status:** The translated webhook contract is stable, but the set of documented event categories may continue to expand over time.
</Info>

## What Is Stable

* Each delivery uses a specific `realtime.*` event type
* `data.eventBody` contains the translated event payload
* `data.connection` and `data.environment` are always present
* New event categories may be added during the beta

## How To Integrate

1. Verify the webhook signature on the raw request body.
2. Route incoming deliveries by the top-level `type`.
3. Parse `data.eventBody` defensively.
4. Tolerate additional event categories appearing over time during the beta.

## Documented Event Schemas

The schema pages below are generated from the same OpenAPI spec as the webhook contract:

* [Typing indicator](/api-reference/realtime/beta/typing)
* [Chat message](/api-reference/realtime/beta/chat-message)
* [Inbox counts](/api-reference/realtime/beta/inbox-counts)
* [Stories](/api-reference/realtime/beta/stories)
* [System messages](/api-reference/realtime/beta/system-messages)
* [System new message](/api-reference/realtime/beta/system-new-message)
* [Chat message like](/api-reference/realtime/beta/chat-message-like)
* [Chat message delete](/api-reference/realtime/beta/chat-message-delete)
* [Toasts](/api-reference/realtime/beta/toasts)
* [Post fundraising updated](/api-reference/realtime/beta/post-fundraising-updated)
* [Chat message unlike](/api-reference/realtime/beta/chat-message-unlike)
* [Post published](/api-reference/realtime/beta/post-published)

## Notes

* The schema pages below describe currently documented event categories.
* The translated webhook schema is the supported public contract for these events.
* Fields may be added over time as beta coverage expands.


## OpenAPI

````yaml /openapi/realtime-webhooks.json webhook realtimeWebhookEvent
openapi: 3.1.0
info:
  title: OFAuth Realtime Webhooks
  version: 1.0.0
  description: Generated OpenAPI 3.1 document for OFAuth Realtime webhook payload families.
servers: []
security: []
paths: {}

````