Skip to main content
POST
JavaScript

Authorizations

X-API-KEY
string
header
required

Server API Key

Headers

X-ACCOUNT-ID
string

Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.

X-ENVIRONMENT-ID
string

Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).

Body

application/json

Register a destination on the env DATA_EXPORT integration.

destinationType
string
required

The destination type (e.g. snowflake, bigquery)

Required string length: 1 - 255
destinationId
string
required

The provider destination ID returned by the embedded SDK on connect

Required string length: 1 - 255
enabledModels
string[]
Minimum array length: 1

Wire identifier of a data-export model the destination is configured to receive (omit the parent field for the full catalog)

Required string length: 1 - 255

Response

Current list of destinations under the DATA_EXPORT integration.

Response object

data
DataExportDestinationListResponse · object
required

Current destinations under the DATA_EXPORT integration.