SMS Assist · Authentication Profile

Sms Assist Authentication

Authentication

SMS Assist secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

CompanyFacilities ManagementProperty MaintenanceWork OrdersField ServiceMaintenanceReal-EstateGraphQLWebhookVendor Network
Methods: http, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

BasicAuthTokenExchange http
scheme: basic
BearerToken http
scheme: bearer

Source

Authentication Profile

sms-assist-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://developers.lessen.com/docs/#/client/authentication/client
docs:
- https://developers.lessen.com/docs/#/client/authentication/client
- https://developers.lessen.com/docs/#/vendor/authentication/vendor
summary:
  types: [http, oauth2]
  api_key_in: []
  oauth2_flows: [clientCredentials]
  model: >-
    Token-based (bearer) authentication. Callers exchange HTTP Basic Auth
    credentials (client-specific username/password issued per developer account
    and environment) at a /token endpoint for a short-lived bearer access_token,
    then send that token on every GraphQL request. Documentation notes OAuth 2.0
    is the underlying protocol. Unauthorized calls return 401.
schemes:
- name: BasicAuthTokenExchange
  type: http
  scheme: basic
  description: >-
    HTTP Basic Auth (username + password) presented to the environment /token
    endpoint to obtain an access_token. Client and Vendor surfaces have separate
    credentials and separate token endpoints.
  token_endpoints:
    client:
      stage: https://meshstage.lessen.com/one-graph-client/token
      dev: https://meshdev.lessen.com/one-graph-client/token
      production: https://meshlive.lessen.com/one-graph-client/token
    vendor:
      stage: https://meshstage.lessen.com/one-graph-vendor/token
      production: https://meshlive.lessen.com/one-graph-vendor/token
- name: BearerToken
  type: http
  scheme: bearer
  bearerFormat: access_token
  description: >-
    Bearer access_token returned by the /token endpoint, sent on every GraphQL
    request. Expires after the period given by the response `expires_in`
    property (Unix epoch time); regenerate by repeating the Basic Auth exchange.
webhook_auth:
  description: >-
    Outbound webhook deliveries are secured per subscription with an Application
    Id and a shared Secret (HMAC signing key), and optionally JWT Bearer Token
    authentication against the subscriber's endpoint (added Oct 2025). Custom
    header injection and per-endpoint test-connection validation are supported.
sso:
  description: >-
    Client Portal and Resident Portal support SSO and SCIM 2.0 user
    provisioning. Documented identity providers: Okta, OneLogin, and Azure AD.
  docs: https://developers.lessen.com/docs/#/client/sso/overview

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/sms-assist-authentication"
All security posture
curl "https://apis.io/api/v1/security?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.