Skip to main content
Use the Reroute endpoint to replay a previously captured request against the current router configuration. This is useful for regression testing: compare the new routing decision and provider response with the original to validate config changes. The request is re-executed against the live downstream provider unless you are in a restricted environment.

Endpoint

Authentication

Authenticate with a session cookie or pass Authorization: Bearer <api-key>.

Path Parameters

string
required
Unique replay identifier from the list replay response.

Response

string
Identifier assigned to the new replayed request.
object
Routing decision produced by the current configuration.
object
Downstream provider response from the replayed request.