Manage Installed Integration
Updates, gets, and deletes the installed integration details.
delete
/api/v2/tenants/{tenantId}/integrations/installed/{installedIntgId}
Uninstalls an installed integration/apps.
Path Parameters
- tenantId
Describes the tenantId of the tenant
- installedIntgId
Unique Identifier of the installed integration
00
get
/api/v2/tenants/{tenantId}/integrations/installed/{installedIntgId}
Gets installed integration/apps details.
Path Parameters
- tenantId
Describes the tenantId of the tenant
- installedIntgId
Unique Identifier of the installed integration
00
post
/api/v2/tenants/{tenantId}/integrations/installed/{installedIntgId}
Path Parameters
- tenantId
Describes the tenantId of the tenant
- installedIntgId
Unique Identifier of the installed integration
00
00