Openapi
Delete integration
Permanently removes the integration and its stored credentials. Routing rules referencing this integration will need to be updated. This action is irreversible and idempotent.
Authorization<token>
In: header
Response Body
curl -X DELETE "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/integrations/{integrationId}"Empty
Update integration PATCH
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.
List routing rules GET
Returns all routing rules that control how notifications are dispatched to delivery integrations. Rules are evaluated by priority (lowest number first) and can be filtered by topic, audience, or message type conditions.