Overview
Base URL
Authentication
All Backchannel API endpoints require a Bearer token. Tokens are obtained through the Tilt backend OTP authentication flow. Include the token in the header of each request:API key authentication is coming in a future release. For now, all requests must use Bearer tokens from the OTP flow.
Making Your First API Calls
1. Get User Profile
Retrieve the authenticated user’s profile:2. Search Scenarios
Find market scenarios relevant to current conditions:3. Get Macro Sensitivities
Analyze how macro factors affect a portfolio:Important Reminders
Remember to replace
YOUR_TOKEN with your actual Bearer token in all requests.