v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Alerts

Read Topline Alert

get/console/v1/alerts/{id}

Path parameters

idstring required

id

Response

Read Alert success response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "data": {
    "owner": {
      "ownerID": "user123",
      "ownerType": "USER",
      "ownerName": "John Doe",
      "ownerEmail": "owner123@test.com"
    }
  }
}