Trato · Authentication Profile

Trato Authentication

Authentication

Trato secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyContract ManagementContract Lifecycle ManagementElectronic SignatureLegaltechDocument ManagementWorkflow AutomationLegal
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: https://developer.trato.io/
docs: https://developer.trato.io/
summary:
  types: [http]
  http_schemes: [bearer]
  api_key_in: []
  oauth2_flows: []
  notes: >-
    TRATO authenticates every API call with a JWT bearer token sent in the
    Authorization header (`Authorization: Bearer {TOKEN}`). The token is
    mandatory on every request. Developers obtain the token from their TRATO
    profile security settings (Profile > Security). No OAuth2 authorization
    flow or API-key parameter is documented — the JWT is issued from the
    account profile.
token_source: https://clm-test.trato.io/profile?menu=profile-security
schemes:
  - name: bearerAuth
    type: http
    scheme: bearer
    bearerFormat: JWT
    header: Authorization
    sources: [openapi/trato-openapi.yml, https://developer.trato.io/]