curl --request GET \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/accounts \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'Get the list of connected social media accounts and groups for a location.
curl --request GET \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/accounts \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'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?