Openapi
Get routing rule
Retrieves the full routing rule record including channel, priority, conditions, integration ids, retry configuration, enabled state, and timestamps.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/routing-rules/{routingRuleId}"Empty
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.
Update routing rule PATCH
Partially updates a routing rule's name, channel, priority, conditions, integrations, retry config, or enabled state. At least one field must be provided. Priority changes may affect the evaluation order of other rules in the same environment.