Kintsugi · Authentication Profile

Kintsugi Authentication

Authentication

Kintsugi secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

Sales TaxTax ComplianceTax AutomationVATGSTNexusAI
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (x-api-key)
OrganizationId apiKey
· in: header (x-organization-id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/kintsugi-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: API key generated in the Kintsugi dashboard.
  sources:
  - openapi/kintsugi-openapi.yml
- name: OrganizationId
  type: apiKey
  in: header
  parameter: x-organization-id
  description: Identifier of the organization the request acts on behalf of.
  sources:
  - openapi/kintsugi-openapi.yml