curl --request GET \
--url https://api.sakari.io/v1/accounts/{accountId}/forms/{formId}/analytics \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"impressions": 123,
"conversions": 123,
"data": [
{
"impressions": 123,
"conversions": 123,
"date": "<string>"
}
]
}
}
curl --request GET \
--url https://api.sakari.io/v1/accounts/{accountId}/forms/{formId}/analytics \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"impressions": 123,
"conversions": 123,
"data": [
{
"impressions": 123,
"conversions": 123,
"date": "<string>"
}
]
}
}
The access token received from the authorization server in the OAuth 2.0 flow.
Account to apply operations to
Lead Form to apply operations to
General search term that specifies start date
General search term that specifies end date
successful operation
The response is of type object
.