GET
/
api
/
monitors
/
automated
/
v1
/
deployment-rules
/
batch
curl --request GET \
  --url https://developer.synq.io/api/monitors/automated/v1/deployment-rules/batch \
  --header 'Authorization: Bearer <token>'
{
  "deploymentRules": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids
string[]

Response

200
application/json

OK

The response is of type object.