Matillion · Authentication Profile

Matillion Authentication

Authentication

Matillion 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).

Data IntegrationETLELTData PipelinesCloud Data Warehouse
Methods: http, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

dpc_oauth oauth2
· flows: clientCredentials
etl_basic http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/matillion-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - clientCredentials
schemes:
- name: dpc_oauth
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://id.core.matillion.com/oauth/dpc/token
    scopes: 0
  description: 'Data Productivity Cloud OAuth2 client-credentials flow. Exchange your client
    id and secret for a Bearer JWT at the token URL, requesting the audience https://api.matillion.com,
    then send it as Authorization: Bearer <JWT>.'
  sources:
  - openapi/matillion-openapi.yml
- name: etl_basic
  type: http
  scheme: basic
  description: Legacy Matillion ETL HTTP Basic auth using a Matillion ETL instance user's credentials.
  sources:
  - openapi/matillion-openapi.yml