V2 Integrator API
Start Portfolio
Resumes automation on a paused portfolio.
POST
Resumes automation for the portfolio. Idempotent — callingDocumentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
start on an
already-active portfolio returns the current detail without side effects.
On transition, nextDueAt resets to the current time so the next rebalance
happens promptly rather than honouring the stale due time captured when
automation was stopped.
- Auth:
x-api-keyheader (required) - Scope:
portfolios:write
start and stop calls on the same portfolio are last-writer
wins. Both requests return 200 with the state each observed, so a client
that issued the losing transition may briefly see stale status — re-fetch
the portfolio detail if you need the post-race state.
Returns 404 for portfolios your API key does not have access to —
same response shape as a portfolio that doesn’t exist.
Portfolio identifier returned by
POST /v2/enroll or GET /v2/portfolios.400when the portfolio has no rebalance schedule to transition401whenx-api-keyheader is missing or the key is invalid403when the API key lacks theportfolios:writescope404when the portfolio does not exist or does not belong to the tenant500on unexpected server errors