Unify and manage your data

Update an integration for a tenant

Learn more about the Segmentation Api to update integrations for a tenant.

This API enables you to update an existing integration for your tenant.

Request

PUT  /api/[env]/[tenant]/integrations/[integrationId]
Parameter Required Description
Headers Authorization YesInformation about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API.

Request body

ParameterTypeDescription
accountIdStringUUID of the account
integrationNameStringThe integration name, to be shown in the UI.
syncEndpointStringThe endpoint address for the sync RIH. The activation service invokes this endpoint through a POST method to execute the sync process as per the schedule. The Segment ID and Segment labal fields are passed as input parameters, which can then be used inside the RIH recipes to retrieve audience details of the specific segment.

Response

ParameterType Description
successbooleanTrue for success response
errorErrorError object for details
resultIntegrationIntegration object
result.idStringUUID of integration
result.accountIdStringUUID of account
result.integrationNameStringThe name of the integration, to be shown in the UI.
result.syncEndpointStringThe endpoint address for the sync.