curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/csv \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--header 'Version: <version>' \
--form file='@example-file'Upload a CSV file containing social media posts for bulk scheduling.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/csv \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--header 'Version: <version>' \
--form file='@example-file'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?