tread.io · Authentication Profile

Treadio Authentication

Authentication

tread.io 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).

CompanyConstructionLogisticsTransportation ManagementDispatchFleet ManagementBulk MaterialsTruckingWebhook
Methods: http, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

bearerAuth http
scheme: bearer
oauth2-client-credentials oauth2

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/treadio-horizon-openapi.json
docs: https://docs.tread.ai/api-reference/introduction
summary:
  types: [http, oauth2]
  scheme: bearer
  bearer_format: JWT
  oauth2_flows: [clientCredentials]
detail: >-
  The Horizon API authenticates with bearer JWTs on every request
  (Authorization: Bearer <token>). Two token-issuance flows exist:
  (1) User session tokens — Stytch issues a short-lived JWT after a user logs in via
  email+password, magic link, OTP over SMS, or SSO; use for tools acting on behalf of a
  signed-in user. (2) Machine-to-machine (M2M) — Tread issues a Client ID and Client Secret
  which are exchanged for an access token using the OAuth 2.0 client-credentials grant; use
  for server-to-server integrations. M2M credentials are requested from developers@tread.io.
  Tokens expire; on 401 unauthorized, fetch a new one.
schemes:
  - name: bearerAuth
    type: http
    scheme: bearer
    bearerFormat: JWT
    applied: global
    sources: [openapi/treadio-horizon-openapi.json]
  - name: oauth2-client-credentials
    type: oauth2
    flow: clientCredentials
    documented_only: true
    note: >-
      M2M flow documented in the API introduction but not declared as an OpenAPI
      securityScheme (the spec models the resulting bearer token as bearerAuth).
    sources: [https://docs.tread.ai/api-reference/introduction]
login_flows: [email_password, magic_link, otp_sms, sso]
scopes:
  documented: false
  note: >-
    No OAuth scope/permission reference is published; access is governed by IAM roles and
    permissions (Admin, Dispatcher, Foreman, Driver, Biller) rather than token scopes, so no
    scopes/ artifact is emitted.

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/treadio-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.