curl --request GET \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/csv/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'Get details of a specific CSV import including its posts.
curl --request GET \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/csv/{id} \
--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?