Rebalance To Existing Targets
Rebalance the specified model back to its currently saved target allocations. The response returns a subscription key that is used to poll for the resulting allocation preview via the standard subscription workflow.
Authentication
AuthorizationBearer
SSO bearer token.
Request
This endpoint expects an object.
reqID
Request identifier to uniquely track a request.
model
Name of the model to rebalance.
subscriptionKey
Subscription key returned by a prior polling response. Send an empty string on the initial request; supply the returned key on follow-up poll requests.
Response
Successfully submitted rebalance-to-existing-targets request.
reqID
Request identifier echoed from the originating request.
subscriptionKey
Subscription key to include on follow-up poll requests.
subscriptionStatus
Polling state indicator.
0- Result is still being computed; continue polling.1- Result is ready.
Errors
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

