This resource returns list of all possible alerts messages types.

Resource URL

https://api.safeguard24.eu/{version}/alerts/types

Example

GET
https://api.safeguard24.eu/v1.0/alerts/types

Response body

  {
    "error": false,
    "msg": "Alerts messages types",
    "status": 200
    "_data": [
      {
        "id": "1",
        "message": "Nieautoryzowane otwarcie drzwi"
      },
      {
        "id": "2",
        "message": "Otwarto pokrywÄ™ sterownika"
      },
      [...]
    ]
  }

Error Response

  {
    "error": true,
    "msg": "No alerts found for given trailers from given timestamp.",
    "status": 406
  }

Resource Information

API version v1.0
Method GET
Authentication HMAC
Response Format JSON