Responses

  • 200 application/json

    Returns all available alerts

    Hide response attributes Show response attributes object
  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
  • Forbidden - You don't have permission to access this route

GET /manager/alerts
curl \
 -X GET https://domain.tld/api/v2/manager/alerts \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "isManagerAlert": true
  }
]
Response examples (401)
{
  "message": "Unauthorized."
}