curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"categoryId": "<string>",
"locationId": "<string>",
"name": "<string>"
}
'Create a queue in draft status for a category. Use the update endpoint to activate it.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/category/queues \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"categoryId": "<string>",
"locationId": "<string>",
"name": "<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?