Apperio · Authentication Profile

Apperio Authentication

Authentication

Apperio authenticates every API request with a user-scoped API token supplied in the HTTP Authorization header using the "Token" scheme. The OpenAPI does not declare a securityScheme, so this profile is captured from the published docs.

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

LegalLegal Spend ManagementLegal TechE-BillingMatter ManagementLegal OperationsAnalyticsCompany
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApiToken apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-17'
method: searched
source: https://developer.apperio.com/ — Authentication section of the Apperio API Documentation
docs: https://developer.apperio.com/
description: >-
  Apperio authenticates every API request with a user-scoped API token supplied
  in the HTTP Authorization header using the "Token" scheme. The OpenAPI does not
  declare a securityScheme, so this profile is captured from the published docs.
summary:
  types: [apiKey]
  api_key_in: [header]
  oauth2_flows: []
schemes:
  - name: ApiToken
    type: apiKey
    in: header
    parameter: Authorization
    format: 'Authorization: Token <TOKEN VALUE>'
    scope: >-
      A token carries all capabilities of the user who created it (business or
      law-firm side). Apperio recommends least-privilege service accounts and
      cycling the key at least every 12 months.
    provisioning: >-
      Create an API Key from the profile page in the Apperio application; contact
      Customer Success to enable API access on the account.
    management: >-
      Tokens are self-managed via the Users endpoints
      (GET/POST /api/v1/users/tokens/, DELETE /api/v1/users/tokens/{token-id}/,
      PUT /api/v1/users/tokens/{token-id}/status/). Apperio cannot recover a lost
      token; a new one must be generated.
    sources: [openapi/apperio-openapi-original.yml]