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