Openapi
Get integration
Retrieves the full integration record including provider, channel, display name, status, priority, primary flag, credential type, settings, and timestamps. Credential secrets are never returned.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/integrations/{integrationId}"Empty
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.
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.