Unify and manage your data

Create a new integration for a tenant

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

This API enables you to create a new integration for downstream applications in your tenant.

Request

POST /api/[env]/[tenant]/integrations
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 RIH endpoint address to be called.

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.