Openapi
List integrations
Returns all delivery integrations configured for the environment. Each integration represents a provider (e.g. SendGrid, Twilio) bound to a channel (email, sms, push). Includes status, priority, primary flag, and whether credentials have been set.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/integrations"Empty
Delete template DELETE
Permanently removes the template. Existing notifications that referenced this template are not affected. This action is irreversible and idempotent.
Create integration POST
Registers a new delivery provider integration for a channel. Provide the provider name, channel, optional display name, settings (fromEmail, webhookUrl, etc.), and credentials. The integration starts in a disabled state until explicitly enabled.