Losant · OAuth Scopes

Losant OAuth Scopes

OAuth 2.0 searched

Losant publishes 7 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Losant API on a user’s behalf.

Tokens are issued from https://api.losant.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

IoTInternet of ThingsDevicesEdge ComputeEmbeddedMQTTIndustrial IoTTelemetryWorkflow-AutomationVisual Workflow EngineDashboardsTime SeriesConnected ProductsEnterprise
Scopes: 7 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://accounts.losant.com/oauth
Token URL
https://api.losant.com/oauth/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
all.Application.read Read-only access to all application data and sub-resources (devices, telemetry data, dashboards, workflows and more). authorizationCode
all.Application.bounded Read and write access to all application data and sub-resources, excluding token management, org membership, resource transfer and credential changes. authorizationCode
only.Organization.read Read-only access to organizations and a list of their applications, but no access to application sub-resources. authorizationCode
only.Organization.bounded Read and write access to organizations and read access to listing their applications, but no access to application sub-resources. authorizationCode
all.Organization.read Read-only access to organizations and all of their application data and sub-resources. authorizationCode
all.Organization.bounded Read and write access to organizations and all of their application data and sub-resources. authorizationCode
only.User.read Read-only access to the user profile (name, email address, sandbox usage). authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-26'
method: searched
source: https://docs.losant.com/user-accounts/oauth-tokens/
docs: https://docs.losant.com/user-accounts/oauth-tokens/
discovery: https://api.losant.com/.well-known/oauth-authorization-server
notes: |
  Losant runs TWO distinct permission models and they are easy to confuse.
  (1) OAuth 2.0 user scopes - the scopes a third-party application (an MCP client, for example) requests
      during the consent flow. These are the seven scopes below, authoritative in the scopes_supported
      field of the RFC 8414 metadata at https://api.losant.com/.well-known/oauth-authorization-server.
  (2) API token scopes - the per-operation permissions baked into a User/Application/Instance API token
      (all.User, all.Application, all.Device, all.User.cli, and per-operation names of the form
      <resource>.<action>, e.g. device.get, devices.post). These are not OAuth scopes; they are captured in
      token_scopes below and carried per operation as operationId in openapi/.
  The OpenAPI files declare only http bearer security, so this file was NOT derivable from the specs -
  derive-oauth-scopes.py found zero oauth2 schemes. It is written from the provider's published scope
  reference plus the live authorization-server metadata.
schemes:
  - name: OAuth2
    type: oauth2
    source: https://api.losant.com/.well-known/oauth-authorization-server
    flows:
      - flow: authorizationCode
        authorizationUrl: https://accounts.losant.com/oauth
        tokenUrl: https://api.losant.com/oauth/token
        revocationUrl: https://api.losant.com/oauth/revoke
        registrationUrl: https://api.losant.com/oauth/clients
        pkce: [S256]
        response_types: [code]
        token_endpoint_auth_methods: [client_secret_basic, client_secret_post, none]
scopes:
  - scope: all.Application.read
    description: Read-only access to all application data and sub-resources (devices, telemetry data, dashboards, workflows and more).
    flows: [authorizationCode]
  - scope: all.Application.bounded
    description: Read and write access to all application data and sub-resources, excluding token management, org membership, resource transfer and credential changes.
    flows: [authorizationCode]
  - scope: only.Organization.read
    description: Read-only access to organizations and a list of their applications, but no access to application sub-resources.
    flows: [authorizationCode]
  - scope: only.Organization.bounded
    description: Read and write access to organizations and read access to listing their applications, but no access to application sub-resources.
    flows: [authorizationCode]
  - scope: all.Organization.read
    description: Read-only access to organizations and all of their application data and sub-resources.
    flows: [authorizationCode]
  - scope: all.Organization.bounded
    description: Read and write access to organizations and all of their application data and sub-resources.
    flows: [authorizationCode]
  - scope: only.User.read
    description: Read-only access to the user profile (name, email address, sandbox usage).
    flows: [authorizationCode]
bounded_semantics:
  description: |
    A .bounded scope grants read and write access to the resources it covers but excludes a fixed set of
    sensitive actions.
  excluded_actions:
    - managing API tokens
    - managing organization members and invitations
    - transferring resources
    - changing account credentials
  immutability: A token's scope cannot be changed after authorization; a new authorization flow is required to add scopes.
  permission_cap: |
    Beyond scope, every OAuth token carries a Default Maximum Client Role that caps the role it may assume
    in each organization, with per-organization and per-application overrides. A token can never exceed the
    permissions its owning user holds; if the user's role is reduced later, the token's effective
    permissions are reduced with it.
token_scopes:
  description: |
    API token (non-OAuth) scopes, published in the Bravado API schema at https://api.losant.com/ as the
    `auth` value on each operation and as `authGroups`. Each operation carries a per-operation scope named
    <resource>.<action>; wildcards (<resource>.*) and the named groups below are also accepted.
  broad:
    - {scope: all.User, description: 'Full access to everything the authenticating user can do.'}
    - {scope: all.Application, description: 'Full access within one application; the default for application API tokens.'}
    - {scope: all.Device, description: 'Device-scoped token issued by POST /auth/device; limited to the device (and its peers under the access key).'}
    - {scope: all.User.cli, description: 'The exact permission set the Losant CLI needs; the "CLI developer" option in the UI.'}
  groups_deprecated:
    source: 'deprecatedAuthScopes in https://api.losant.com/'
    scopes: [applications, dashboards, dashboards.read, devices, devices.read, devices.state, devices.command, events, flows, me, orgs, webhooks]
  per_operation_example:
    - {scope: device.get, grants: 'GET /applications/{applicationId}/devices/{deviceId}'}
    - {scope: devices.post, grants: 'POST /applications/{applicationId}/devices'}
    - {scope: data.timeSeriesQuery, grants: 'POST /applications/{applicationId}/data/time-series-query'}

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/losant-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.