See the Decision Flows feature page for details on how flow routes integrate with the decisioning pipeline.
Base path
List flow routes
Response 200
Create a flow route
tenantId, channelId, and placementId. If a route with the same channel/placement pair exists, it is updated.
Request body
Setting both
channelId and placementId to null creates a catch-all route that matches any request without a more specific route.Example request
Response 201
Returns the created or updated flow route object.
Error codes
Update a flow route
Request body
Response 200
Returns the updated flow route object.
Error codes
Delete a flow route
Query parameters
Response 200
This endpoint uses soft-delete. The record is marked as deleted but retained in the database.