Hightouch website screenshot

Hightouch

Hightouch is a composable Customer Data Platform (CDP) and data activation platform that syncs data from warehouses such as Snowflake and BigQuery to more than 300 SaaS destinations including Salesforce, HubSpot, Google Ads, and Facebook Ads. The platform supports reverse ETL, audience segmentation, journey orchestration, real-time personalization, AI Decisioning, and an Ad Studio for advertising campaigns. A Resource API provides programmatic management of the platform with git version control and approval workflows.

1 APIs 0 Features
CDPData ActivationReverse ETLAudience ManagementUnified APIMarketing

APIs

Hightouch API

The Hightouch API provides programmatic access to manage data sources, models, destinations, syncs, and audiences. The Resource API enables teams to manage Hightouch resources v...

Collections

GraphQL

Hightouch GraphQL API

Hightouch is a composable Customer Data Platform (CDP) and data activation platform that syncs data from cloud data warehouses such as Snowflake and BigQuery to over 300 SaaS de...

GRAPHQL

Pricing Plans

Hightouch Plans Pricing

3 plans

PLANS

Rate Limits

Hightouch Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
APIReference
APIReference
💰
Pricing
Pricing
📰
Blog
Blog
📝
Signup
Signup
👥
GitHubOrganization
GitHubOrganization
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Hightouch Management API
  version: v1
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Sources
    type: folder
  items:
  - info:
      name: List sources
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/sources
    docs: List sources
  - info:
      name: Create a source
      type: http
    http:
      method: POST
      url: https://api.hightouch.com/api/v1/sources
      body:
        type: json
        data: '{}'
    docs: Create a source
  - info:
      name: Get a source
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/sources/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a source
- info:
    name: Models
    type: folder
  items:
  - info:
      name: List models
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/models
    docs: List models
  - info:
      name: Create a model
      type: http
    http:
      method: POST
      url: https://api.hightouch.com/api/v1/models
      body:
        type: json
        data: '{}'
    docs: Create a model
  - info:
      name: Get a model
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/models/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a model
- info:
    name: Destinations
    type: folder
  items:
  - info:
      name: List destinations
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/destinations
    docs: List destinations
  - info:
      name: Get a destination
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/destinations/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a destination
- info:
    name: Syncs
    type: folder
  items:
  - info:
      name: List syncs
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/syncs
    docs: List syncs
  - info:
      name: Create a sync
      type: http
    http:
      method: POST
      url: https://api.hightouch.com/api/v1/syncs
      body:
        type: json
        data: '{}'
    docs: Create a sync
  - info:
      name: Get a sync
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/syncs/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a sync
  - info:
      name: Trigger a sync run
      type: http
    http:
      method: POST
      url: https://api.hightouch.com/api/v1/syncs/:id/trigger
      params:
      - name: id
        value: ''
        type: path
    docs: Trigger a sync run
  - info:
      name: List sync runs
      type: http
    http:
      method: GET
      url: https://api.hightouch.com/api/v1/syncs/:id/runs
      params:
      - name: id
        value: ''
        type: path
    docs: List sync runs
bundled: true