cURL
curl --request GET \ --url https://api.lava.so/v1/account/fallback \ --header 'Authorization: Bearer <token>'
{ "fallback_chain": [ { "url": "api.openai.com/v1/chat/completions", "model": "gpt-4o-mini" } ] }
Get the account-level fallback chain applied to all rewrite requests when no per-request x-lava-fallbacks header is provided.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Current fallback chain (empty array if not set)
Show child attributes