Artboard
OttoFMS Settings

Get Offsite Notification Settings

GET
/otto/api/settings/offsite/notifications

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/settings/offsite/notifications"
{
  "response": {
    "offsiteNotificationSettings": {
      "type": "slack",
      "channelUrl": "string",
      "label": "string",
      "sendSuccessNotifications": true
    }
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}