Fetch success rate for an entity
Success Rate
Fetch success rate for an entity
Calculates success rate for an entity based on provided parameters and labels
POST
Fetch success rate for an entity
Documentation Index
Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Response
Success rate calculated successfully
List of labels with their calculated success rates
Example:
[
{ "score": 100, "label": "stripe" },
{ "score": 98.5, "label": "adyen" }
]Defines the routing approach based on the success rate calculation.
Available options:
EXPLORATION, EXPLOITATION Example:
"EXPLOITATION"