curl --request GET \
--url https://api.example.com/api/v1/auth/google/status \
--header 'Authorization: Bearer <token>'{}Get Google OAuth authentication status.
This endpoint checks if the user has valid Google OAuth credentials and returns their status including expiration and granted scopes.
Returns: Authentication status information
curl --request GET \
--url https://api.example.com/api/v1/auth/google/status \
--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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Google Oauth Status Api V1 Auth Google Status Get · object.