Initialize google oauth
OAuth
Initialize google oauth
Creates an OAuth session and returns the Google authorization URL. The user should be redirected to auth_url to complete the OAuth flow. Poll the status endpoint to check for completion.
Special rate limits (stricter than the standard API rate limit) to comply with upstream Google rate limits:
- 75 requests per minute per workspace
- 150 requests per minute per IP
If Google’s upstream OAuth service is temporarily unavailable, requests may return 503.
POST
Initialize google oauth
Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Default Response