Skip to main content
POST
Track a page view (simple)

Authorizations

Authorization
string
header
required

All API requests must include a valid Bearer token in the Authorization header. Tokens are 64-character SHA-256 session hashes issued by the PropOps authentication system.

Example:

Body

application/json
page
string
required
Example:

"/jobs"

title
string
Example:

"Jobs List"

url
string
Example:

"https://app.propops.co.uk/jobs"

referrer
string | null
timestamp
string<date-time>

Response

Page view recorded

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

id
integer
Example:

5001