Losant · Capability

Auth Account

Auth Account 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-account.yaml Raw ↑
name: Manage Losant Account
description: Get and update the signed-in user, manage user personal access tokens,
  and complete account self-service flows.
provider: losant
api: auth
operations:
- path: /me
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /me/tokens
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /me/transferResources
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
auth: BearerAuth (Losant JWT)
inputs:
- applicationId
- deviceId or flowId where applicable
outputs:
- Losant resource JSON per OpenAPI schemas