curl --request GET \
--url https://api.example.com/api/v1/auth/google/access-token \
--header 'Authorization: Bearer <token>'{}Get the current Google OAuth access token for the user.
This endpoint retrieves the user’s Google OAuth access token, refreshing it if necessary. The token can be used for Google Picker API.
Returns: Dictionary with access token and token type
curl --request GET \
--url https://api.example.com/api/v1/auth/google/access-token \
--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.