curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/set-accounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"csvId": "<string>",
"accountIds": [
"<string>"
]
}
'Set social media accounts for a CSV import to publish posts to.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/set-accounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"csvId": "<string>",
"accountIds": [
"<string>"
]
}
'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?