Unify and manage your data

Get integrations for a tenant

Learn more about the Api to retrieve available integations for a tenant.

The Get Integrations API retrieves and lists existing integration details for downstream applications for a tenant. In the Destinations tab of the Segments page, when you retrieve the application name, the Get API operation is invoked to retrieve details.

Request

GET /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.

Response

ParameterType Description
successbooleanTrue for success response
errorErrorError object for details
resultIntegration[]Arrays of integrations
result[number].idStringUUID of Integration
result[number].accountIdStringUUID of account
result[number].integrationNameStringLabel which will show in the UI
result[number].syncEndpointStringEndpoint address for sync from RIH side