Skip to content
Start in Cloud

Shared event property keys

GET
/api/share/{token}/sites/{id}/events/properties
curl --request GET \
--url 'https://hitkeep.com/api/share/example/sites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/events/properties?event_name=example'

Lists event property keys through share token.

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

Event property keys

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