Activate Routing Algorithm
At a given time, one algorithm for eachalgorithm_for value can be active for one merchant.
Request
Response
Success returns HTTP200 with an empty response body.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Curl example for activating a routing algorithm.
algorithm_for value can be active for one merchant.
curl --location "$BASE_URL/routing/activate" \
--header "$AUTH_HEADER" \
--header "Content-Type: application/json" \
--data '{
"created_by": "merchant_demo",
"routing_algorithm_id": "routing_e641380c-6f24-4405-8454-5ae6cbceb7a0"
}'
200 with an empty response body.
Was this page helpful?