Skip to content
Start in Cloud

Goal timeseries

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

Returns goal conversion timeseries.

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

Goal timeseries

Media type application/json
Array<object>
object
conversions
integer
time
string format: date-time
Example generated
[
{
"conversions": 1,
"time": "2026-04-15T12:00:00Z"
}
]