Census website screenshot

Census

Census is a reverse ETL and data activation platform that syncs data from cloud data warehouses (Snowflake, BigQuery, Databricks, Redshift) into operational SaaS applications. Census was acquired by Fivetran and is now branded as Fivetran Activations, offering a REST API for managing workspaces, datasets, syncs, destinations, and custom destinations, plus embedded Activations (Connect Links) for Powered by Fivetran use cases.

3 APIs 0 Features
ConnectorsData ActivationData WarehouseDestinationsFivetran ActivationsReverse ETLUnified API

APIs

Census Activations REST API

The Census Activations REST API (formerly Census Management API) lets teams programmatically manage reverse ETL pipelines, sources, models, destinations, syncs, and sync runs. T...

Census Custom Destinations API

Custom Destinations API lets partners declare the type of data a destination can process, the operations allowed on that data, and the loading mechanism so that Activations can ...

Census Connect Links (Powered by Fivetran)

Connect Links enable embedded Activations flows for Powered by Fivetran partners, letting end users configure destinations and syncs from within a host application via hosted URLs.

Collections

GraphQL

Census GraphQL API

Census (now Fivetran Activations) is a reverse ETL and data activation platform that syncs data from cloud data warehouses such as Snowflake, BigQuery, Databricks, and Redshift ...

GRAPHQL

Pricing Plans

Census Plans Pricing

3 plans

PLANS

Rate Limits

Census Rate Limits

5 limits

RATE LIMITS

FinOps

Census Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Reference
Reference
🚀
GettingStarted
GettingStarted
🔗
Parent Company
Parent Company
👥
GitHub
GitHub

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Census Activations REST API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Sources
    type: folder
  items:
  - info:
      name: List sources
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/sources
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: List sources
  - info:
      name: Create a source
      type: http
    http:
      method: POST
      url: https://app.getcensus.com/api/v1/sources
      body:
        type: json
        data: '{}'
    docs: Create a source
  - info:
      name: Get a source
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/sources/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a source
  - info:
      name: Update a source
      type: http
    http:
      method: PATCH
      url: https://app.getcensus.com/api/v1/sources/:id
      params:
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a source
  - info:
      name: Delete a source
      type: http
    http:
      method: DELETE
      url: https://app.getcensus.com/api/v1/sources/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a source
- info:
    name: Destinations
    type: folder
  items:
  - info:
      name: List destinations
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/destinations
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: List destinations
  - info:
      name: Create a destination
      type: http
    http:
      method: POST
      url: https://app.getcensus.com/api/v1/destinations
      body:
        type: json
        data: '{}'
    docs: Create a destination
  - info:
      name: Get a destination
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/destinations/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a destination
  - info:
      name: Update a destination
      type: http
    http:
      method: PATCH
      url: https://app.getcensus.com/api/v1/destinations/:id
      params:
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a destination
  - info:
      name: Delete a destination
      type: http
    http:
      method: DELETE
      url: https://app.getcensus.com/api/v1/destinations/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a destination
- info:
    name: Models
    type: folder
  items:
  - info:
      name: List models
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/models
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: List models
  - info:
      name: Create a model
      type: http
    http:
      method: POST
      url: https://app.getcensus.com/api/v1/models
      body:
        type: json
        data: '{}'
    docs: Create a model
  - info:
      name: Get a model
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/models/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a model
  - info:
      name: Update a model
      type: http
    http:
      method: PATCH
      url: https://app.getcensus.com/api/v1/models/:id
      params:
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a model
  - info:
      name: Delete a model
      type: http
    http:
      method: DELETE
      url: https://app.getcensus.com/api/v1/models/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a model
- info:
    name: Syncs
    type: folder
  items:
  - info:
      name: List syncs
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/syncs
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: List syncs
  - info:
      name: Create a sync
      type: http
    http:
      method: POST
      url: https://app.getcensus.com/api/v1/syncs
      body:
        type: json
        data: '{}'
    docs: Create a sync
  - info:
      name: Get a sync
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/syncs/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a sync
  - info:
      name: Update a sync
      type: http
    http:
      method: PATCH
      url: https://app.getcensus.com/api/v1/syncs/:id
      params:
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a sync
  - info:
      name: Delete a sync
      type: http
    http:
      method: DELETE
      url: https://app.getcensus.com/api/v1/syncs/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a sync
  - info:
      name: Trigger a sync run
      type: http
    http:
      method: POST
      url: https://app.getcensus.com/api/v1/syncs/:id/trigger
      params:
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Trigger a sync run
- info:
    name: SyncRuns
    type: folder
  items:
  - info:
      name: List sync runs
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/sync_runs
      params:
      - name: sync_id
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: List sync runs
  - info:
      name: Get a sync run
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/sync_runs/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a sync run
- info:
    name: Segments
    type: folder
  items:
  - info:
      name: List audience segments
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/segments
    docs: List audience segments
  - info:
      name: Create a segment
      type: http
    http:
      method: POST
      url: https://app.getcensus.com/api/v1/segments
      body:
        type: json
        data: '{}'
    docs: Create a segment
- info:
    name: Workspaces
    type: folder
  items:
  - info:
      name: List workspaces in the organization
      type: http
    http:
      method: GET
      url: https://app.getcensus.com/api/v1/workspaces
    docs: List workspaces in the organization
  - info:
      name: Create a workspace
      type: http
    http:
      method: POST
      url: https://app.getcensus.com/api/v1/workspaces
      body:
        type: json
        data: '{}'
    docs: Create a workspace
bundled: true