Skip to main content
GET
/
api
/
rebalance-plans
/
{id}
Get rebalance plan
curl --request GET \
  --url https://app.solya.app/api/rebalance-plans/{id} \
  --header 'Authorization: Bearer <token>'
{
  "collectionId": "coll-uuid-fw25",
  "collectionName": "Fall-Winter 2025",
  "deadline": "2025-02-28",
  "executionDate": "2025-02-20",
  "id": "rbp-uuid-001",
  "ingoingShopId": "shop-uuid-paris-opera",
  "ingoingShopName": "Paris Opéra",
  "itemsQty": 18,
  "name": "Rebalance Lyon → Paris Q1 2025",
  "notes": "Priority items: slow-movers from Lyon winter stock",
  "orderValue": 2340,
  "outgoingShopId": "shop-uuid-lyon-bellecour",
  "outgoingShopName": "Lyon Bellecour",
  "status": "VALIDATED",
  "workflowRunId": null
}

Authorizations

Authorization
string
header
required

User session token issued by NextAuth. For human users accessing Solya via the web application.

Path Parameters

id
string
required

Rebalance plan identifier

Response

Successful response

data
object
required
success
enum<boolean>
required
Available options:
true