curl --request POST \
--url https://api.example.com/api/v1/auth/google/login \
--header 'Authorization: Bearer <token>'{}Initiate Google OAuth flow.
This endpoint generates a Google OAuth authorization URL for the user to authenticate and grant access to their Google Sheets.
Returns: Dictionary with authorization URL and instructions
curl --request POST \
--url https://api.example.com/api/v1/auth/google/login \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.