Skip to content
SynupAPI
Get an API key
GETapi.synup.com/api/v4/locations/{locationId}/{type}

Get Interaction Analytics

This API retrieves interaction analytics data based on the requested analytics type.

Available Analytics Types:

  • review-analytics-overview – Provides overall statistics, including total interactions, average ratings, and response rates.
  • review-analytics-timeline – Returns time-based analytics, showing interaction trends over a selected period.
  • review-analytics-sites-stats – Provides site-wise breakdown, showing performance across platforms like Google, Facebook, and Yelp.
Requires an API key. Send it as Authorization: API <your-key> — see Getting started.

Parameters

Path

NameTypeRequiredDescription
locationIdstringrequiredBase64 encoded location ID (e.g., TG9jYXRpb246MTA1NTk0Nw==)
typestringrequiredType of analytics data to retrieve

Query

NameTypeRequiredDescription
startDatestringoptionalRequired for timeline analytics. Format YYYY-MM-DD
endDatestringoptionalRequired for timeline analytics. Format YYYY-MM-DD

Request

Request
curl -X GET 'https://api.synup.com/api/v4/locations/:locationId/:type?startDate=&endDate=' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Responses

StatusDescription
200Successfully retrieved analytics data
Example response (generated from the schema)
{}