Openapi
Create integration
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.
Authorization<token>
In: header
Response Body
curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/integrations"Empty
List integrations GET
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.
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.