GET
/qs/{id}/start
curl \
--request GET 'https://my.interserver.net/apiv2/qs/{id}/start' \
--header "X-API-KEY: $API_KEY"
Response examples (200)
{
"text": "Action has been sent to the server. Please allow up to 2 minutes for action to be completed.",
"queueId": 14670065
}
Response examples (401)
{
"code": "string",
"message": "string"
}