Skip to main content
POST
Record a share page view
Records a single view of a share page: writes a page_viewed event to the share ledger and, when the share is backed by a trackable article (comparison, Vehicle Spotlight, model landing, sales event, enhanced content), increments the article’s public view count. The share row is the only credential — it must exist, be unexpired, and bind to its dealership site. Fires on every share-page load, so the limit is generous. Authentication: none. Origin: requests must originate from the Hrizn app. Rate limit: 60 per minute and 5000 per day per client IP.

Request body

string
required
Six-character share id from the /s/{publicId} URL.
string
Optional. When provided it must match the share’s article, otherwise 400.

Body

application/json
publicId
string
required

Share public id from the /s/{publicId} URL

Pattern: ^[0-9A-Za-z]{6}$
articleId
string<uuid> | null

Optional; must match the share's article when provided

shareToken
string | null
Minimum string length: 6

Response

View recorded

success
boolean
Example:

true

viewCount
integer | null

New article view count; null for non-article shares

Example:

12

Last modified on September 7, 2026