Openapi
List routing rules
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.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/routing-rules"Empty
Delete integration DELETE
Permanently removes the integration and its stored credentials. Routing rules referencing this integration will need to be updated. This action is irreversible and idempotent.
Create routing rule POST
Creates a delivery routing rule that binds a channel to one or more integrations. Conditions can scope the rule to specific topics, audiences, or message types. Configure retry behavior with `retryConfig` (max retries, delay, backoff multiplier). At least one integration id is required.