curl --location --request GET 'https://api.synup.com/api/v4/locations//google-analytics?fromDate&toDate' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"googleInsights": {
"directionsAction": [
{
"startTime": "2018-11-13T00:00:00+00:00",
"value": 20
}
],
"maps": [
{
"startTime": "2018-11-13T00:00:00+00:00",
"value": 20
}
],
"phoneAction": [
{
"startTime": "2018-11-13T00:00:00+00:00",
"value": 20
}
],
"search": [
{
"startTime": "2018-11-13T00:00:00+00:00",
"value": 20
}
],
"websiteAction": [
{
"startTime": "2018-11-13T00:00:00+00:00",
"value": 20
}
],
"total": [
{
"startTime": "2018-11-13T00:00:00+00:00",
"value": 20
}
]
}
}
}