Openapi
List deliveries
Returns delivery attempts for the scoped environment. Filter by status, channel, provider, notificationId, or recipientExternalId. Each delivery record tracks the full lifecycle from pending through sent, delivered, opened, clicked, bounced, or failed.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/deliveries"Empty
Delete environment DELETE
Permanently removes the environment and all its associated data including recipients, notifications, integrations, API keys, templates, and routing rules. The default environment cannot be deleted. This action is irreversible and idempotent.
Get delivery GET
Retrieves the full delivery record including channel, provider, status, attempt number, fallback chain, error details, provider message id, and all lifecycle timestamps.