v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Visits

Get Guest Visits

Returns a list of visits in a site.

get/guest/v1/visits

Query parameters

site_idstring uuid required

The unique identifier of the Guest site. Valid sites can be retrieved with the Guest Site API.

start_timeinteger required

The start of the time range for requested visits. Formatted as a UNIX timestamp. Must be at most one day away from end_time.

end_timeinteger required

The end of the time range for requested visits. Formatted as a UNIX timestamp. Must be at most one day away from start_time.

page_tokenstring

The pagination token used to fetch the next page of results.

page_sizeinteger

The number of items returned in a single response. Default is 100. Max is 200.

Response

OK