Losant · Capability

Auth Authentication

Auth Authentication 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

auth-authentication.yaml Raw ↑
name: Authenticate to Losant
description: Authenticate users, devices, and SSO sessions; obtain a JWT for use with
  the Losant Platform API.
provider: losant
api: auth
operations:
- path: /auth/user
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /auth/device
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /auth/user/sso
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /auth/user/verify
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
auth: BearerAuth (Losant JWT)
inputs:
- applicationId
- deviceId or flowId where applicable
outputs:
- Losant resource JSON per OpenAPI schemas