LogoLogo
CtrlK
  • Datafold
  • Introduction
    • Data Diff
      • Continuous Integration
      • Manual Data Diff
      • Diff Results
    • Column-level lineage
      • Usage, popularity, & impact per table or column
    • Alerting
  • ⏱️Quickstart Guide
  • Getting Started
    • Data Warehouses
      • Snowflake
      • BigQuery
      • Redshift
      • Postgres
      • Databricks
    • Configuration
      • Indexing
      • Filtering
      • Profiling
      • Lineage
    • On-prem Deployment
      • AWS
      • GCP
    • SSO
      • Okta
      • Google OAuth
      • SAML
  • Integrations
    • Continuous Integration
      • Source Control with Git
        • GitHub
          • On-prem Github
        • GitLab
      • dbt Cloud
      • dbt Core / datafold-sdk
        • GitHub example
        • GitLab example
      • dbt Configurations
      • datafold-sdk
    • Alert Integrations
      • Slack integration
        • Slack Alerts
        • On-prem Slack Integration
      • Alerting webhooks
    • Data Apps
      • Mode
      • Hightouch
  • Developer
    • Datafold API
      • Alerting
      • GraphQL Metadata API
      • Data Diff
      • Error handling
    • Security
      • GDPR
      • Network Security
Powered by GitBook
On this page
  • Authentication
  • Base URL
  • API Methods

Was this helpful?

  1. Developer

Datafold API

The Datafold API gives data teams more access to our tools through GraphQL

Authentication

Authentication is done by setting the HTTP header:

Authorization: Key <your-api-key>

You can get the key in Datafold Web UI: Settings -> Account -> Create API Key

Base URL

Datafold SaaS: https://app.datafold.com

Datafold single-tenant (on-premise): https://datafold.yourdomain.com

API Methods

AlertingGraphQL Metadata APIData DiffError handling

PreviousHightouchNextAlerting

Last updated 3 years ago

Was this helpful?