Losant · Capability

Application Events

Application Events is a Naftiko capability published by Losant, one of 22 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

application-events.yaml Raw ↑
name: Manage Application Events
description: Create, query, update, and resolve Losant Events - alerts and incidents
  emitted by workflows and devices.
provider: losant
api: application
operations:
- path: /applications/{applicationId}/events
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /applications/{applicationId}/events/{eventId}
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
auth: BearerAuth (Losant JWT)
inputs:
- applicationId
- deviceId or flowId where applicable
outputs:
- Losant resource JSON per OpenAPI schemas