Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
curl --request POST \
  --url https://{server-url}/sqs/set/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "enabled": true,
  "events": [
    "APPLICATION_STARTUP"
  ]
}'Set SQS
curl --request POST \
  --url https://{server-url}/sqs/set/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "enabled": true,
  "events": [
    "APPLICATION_STARTUP"
  ]
}'Your authorization key header
ID of the instance to connect