Skip to main content
PATCH
/
social-media-posting
/
{locationId}
/
csv
/
{id}
Finalize CSV
curl --request PATCH \
  --url https://services.leadconnectorhq.com/social-media-posting/{locationId}/csv/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Version: <version>' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Example:

"Bearer <token>"

Version
string
required
Example:

"2021-07-28"

Path Parameters

locationId
string
required
id
string
required

Body

application/json

The body is of type object.

Response

Successful response

Last modified on March 4, 2026