Responses

  • 200 application/json

    Recent alerts

    Hide response attribute Show response attribute object
    • recent array[object]
      Hide recent attributes Show recent attributes object
      • device string
      • type string
      • status string
      • createdAt string(date-time)
GET /dashboard/alerts
curl \
 --request GET 'https://api.pairfon.com/dashboard/alerts' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "recent": [
    {
      "device": "string",
      "type": "string",
      "status": "string",
      "createdAt": "2025-05-04T09:42:00Z"
    }
  ]
}