Endpoints
All inbox endpoints require authentication via an API key or a user session token. See API keys for how to create one.List all inbox entries
Returns all published document payloads for the organization, most recent first.Get a single inbox entry
Returns the current inbox entry for a specific document.Use the
org_slug value, not the organization UUID. You can find your slug in Settings → Organization under the Slug field.Example inbox entry
Each entry contains the full event envelope that was written when the document was last published or revised.payload.event_type is document.revised and payload.data includes a previous_version_id field.

