curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/statistics \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"locationId": "<string>",
"accountIds": [
"<string>"
],
"platforms": [
"<string>"
]
}
'Retrieve analytics data for multiple social media accounts. Provides metrics for the last 7 days with comparison to the previous 7 days.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/statistics \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"locationId": "<string>",
"accountIds": [
"<string>"
],
"platforms": [
"<string>"
]
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
Successful response
Was this page helpful?