Skip to main content
POST
/
api
/
alerts
/
v1
/
get
BatchGet
curl --request POST \
  --url https://developer.synq.io/api/alerts/v1/get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identifiers": [
    {
      "fqn": "<string>"
    }
  ]
}
'
{
  "alerts": {}
}

Authorizations

Authorization
string
header
required

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

Body

application/json
identifiers
(fqn · object | id · object)[]

IDs of the alerts to get.

Minimum array length: 1

Response

200 - application/json

Success

alerts
object

Alerts mapped by their identifiers.