Core resources
Administration
Booking flow
Logs for each widget view
id
bigint
Unique identifier
created_at
timestamp with time zone
Creation timestamp
country
text | null
Country of the view
referer
text | null
Referer of the view
status
"success" | "tier-insufficient" | "inactive"
Status of the widget view
{"id": 0,"widget_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T14:13:26.045Z","country": "","referer": "","status": "success"}
id
Filter<>
Unique identifier
widget_id
Filter<>
Identifier of the widget this view is related to
created_at
Filter<>
Creation timestamp
country
Filter<>
Country of the view
referer
Filter<>
Referer of the view
status
Filter<>
Status of the widget view
200
A list of widget views with the selected columns
206
Partial Content
GET
/widget_views
curl -X GET "https://api.bookingmood.com/v1/widget_views?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"