Skip to main content
POST
/
social-media-posting
/
{locationId}
/
csv
Upload CSV
curl --request POST \
  --url https://services.leadconnectorhq.com/social-media-posting/{locationId}/csv \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'Version: <version>' \
  --form file='@example-file'

Headers

Authorization
string
required
Example:

"Bearer <token>"

Version
string
required
Example:

"2021-07-28"

Path Parameters

locationId
string
required

Body

multipart/form-data
file
file

Response

Successful response

Last modified on March 8, 2026