V2 Integrator API
Get Strategy
Returns the authenticated tenant’s strategy detail by ID.
GET
Returns a single strategy belonging to the authenticated tenant, including its
allocation, rebalance schedule, swap preferences, and version number.
Common error responses:
- Auth:
x-api-keyheader (required) - Scope:
strategies:read
schedule and
preferences are omitted when not configured for the strategy.
Strategy identifier.
400when the path parameter is invalid401whenx-api-keyheader is missing or the key is invalid403when the API key lacks thestrategies:readscope404when the strategy does not exist or does not belong to the tenant500on unexpected server errors