Core resources
Administration
Booking flow
Logs of each pageview for a site
id
integer
Unique identifier
created_at
timestamp with time zone
Creation timestamp
country
text | null
Country of the view
pathname
text
Pathname of the page
referer
text | null
Referer of the view
session
uuid
Session identifier
{"id": 0,"site_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T08:43:36.933Z","country": "","pathname": "","referer": "","session": "00000000-0000-0000-0000-000000000000"}
id
Filter<>
Unique identifier
site_id
Filter<>
Identifier of the site this view is related to
created_at
Filter<>
Creation timestamp
country
Filter<>
Country of the view
pathname
Filter<>
Pathname of the page
referer
Filter<>
Referer of the view
session
Filter<>
Session identifier
200
A list of site views with the selected columns
206
Partial Content
GET
/site_views
curl -X GET "https://api.bookingmood.com/v1/site_views?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"