URL: v3/api/queue/{queueId}/activate
Method: POST
Description : Activate a Queue.
Content-Type : application/JSON
Permission to: Admin Only
Keep In Mind: Please Provide an Authorization token in the Header to access
Parameters in URL:

Parameter Type Optional/Required Description
queueId integer Required queue id of the queue to be activated.

Success Response :

{
   "success": true,
   "message":"Sync Activated successfully"
}

Note*:  Before Activating any queue you need to first configure that queue, then you can activate.

Tagged: