curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"accountIds": [
"<string>"
],
"summary": "<string>",
"scheduleTime": "2023-11-07T05:31:56Z",
"mediaUrls": [
"<string>"
]
}
'Create posts for all supported social media platforms. Customize per channel by using different account IDs and summaries.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"accountIds": [
"<string>"
],
"summary": "<string>",
"scheduleTime": "2023-11-07T05:31:56Z",
"mediaUrls": [
"<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?