Page 1 of 1

ROUTE_OPTIMIZATION_RESTRICTION_EXCEEDED : ROUTE_OPTIMIZATION_ROUTES_FORBIDDEN

Posted: Fri May 09, 2025 1:27 pm
by Bernd Welter
If you face this error message it is caused because your underlying ApiKey / Plan does not cover the provisioning of input plans in an Optiflow call.
Please get back to us so we can check the licensing

Code: Select all

{
    "traceId": "...,
    "description": "A product-specific restriction is exceeded.",
    "errorCode": "ROUTE_OPTIMIZATION_RESTRICTION_EXCEEDED",
    "causes": [{
            "description": "The request is not allowed to contain routes.",
            "errorCode": "ROUTE_OPTIMIZATION_ROUTES_FORBIDDEN",
            "parameter": "routes",
            "details": {}
        }
    ],
    "details": {}
}