Get Routing Strategy
Returns one routing strategy by id with its name, tags, channels, and the routing rules that decide provider order and fallback.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Routing strategy ID (rs_ prefix).
Response
Full routing strategy entity returned by GET.
The routing strategy ID (rs_ prefix).
Human-readable name.
Routing tree defining channel selection method and order.
Per-channel delivery configuration. May be empty.
Per-provider delivery configuration. May be empty.
Epoch milliseconds when the strategy was created.
User ID of the creator.
Description of the routing strategy.
Tags for categorization.
Epoch milliseconds of last update.
User ID of the last updater.