Openapi
Update integration
Partially updates an integration's display name, settings, status, enabled/primary flags, or credentials. At least one field must be provided. Changing isPrimary to true automatically demotes the current primary integration for that channel.
Authorization<token>
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/integrations/{integrationId}"Empty
Get integration GET
Retrieves the full integration record including provider, channel, display name, status, priority, primary flag, credential type, settings, and timestamps. Credential secrets are never returned.
Delete integration DELETE
Permanently removes the integration and its stored credentials. Routing rules referencing this integration will need to be updated. This action is irreversible and idempotent.