Skip to content
Start in Cloud

List event names

GET
/api/sites/{id}/events/names
curl --request GET \
--url https://hitkeep.com/api/sites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/events/names \
--cookie hk_token=<hk_token>

Lists custom and automatic event names observed for a site in the selected date range.

id
required
string format: uuid
from
string format: date-time
to
string format: date-time

Event names

Media type application/json
Array<string>
Example generated
[
"example"
]