Skip to content
Start in Cloud

Shared goals

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

Lists goals through share token.

token
required
string
id
required
string format: uuid

Goals

Media type application/json
Array<object>
object
created_at
string format: date-time
id
string format: uuid
name
string
site_id
string format: uuid
type
string
Allowed values: event path
value
string
Example
[
{
"type": "event"
}
]