curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/edit/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{}'Create a draft copy of queue items for editing. Changes are staged until saved or discarded.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues/{queueId}/edit/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
The body is of type object.
Successful response
Was this page helpful?