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
| Yes | Information about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API. |
Response
| Parameter | Type | Description |
|---|---|---|
| success | boolean | True for success response |
| error | Error | Error object for details |
| result | Integration[] | Arrays of integrations |
| result[number].id | String | UUID of Integration |
| result[number].accountId | String | UUID of account |
| result[number].integrationName | String | Label which will show in the UI |
| result[number].syncEndpoint | String | Endpoint address for sync from RIH side |