Skip to main content
PATCH
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).

Path Parameters

destinationId
string
required

Provider destination ID to update

Required string length: 1 - 255

Body

application/json

Update a destination's entity selection and push it to the provider.

integrationId
string
required

Target integration row hosting the destination

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

Wire identifier of a data-export model to enable on this destination

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.