Delphix · Authentication Profile

Delphix Authentication

Authentication

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

CompanyData ManagementTest Data ManagementData VirtualizationData MaskingData ComplianceDatabaseDevOpsSynthetic DataData Control Tower
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/delphix-continuous-compliance-openapi.yml, openapi/delphix-continuous-data-openapi.yml
docs: https://dct.delphix.com/docs/latest/api-requests-and-reporting
summary:
  types:
  - apiKey
  api_key_in:
  - header
  token_prefix: apk
  note: >-
    Data Control Tower authenticates every API request with a static API key sent in
    the Authorization header, prefixed with "apk" (e.g. "Authorization: apk 1.abc...").
    API keys are minted per DCT account; DCT accounts themselves can be created
    manually or federated via LDAP/AD or SSO/SAML.
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  token_prefix: apk
  sources:
  - openapi/delphix-continuous-compliance-openapi.yml
  - openapi/delphix-continuous-data-openapi.yml