Exchange Google Auth Code
Exchange an authorization code and state nonce for tokens. **Public Endpoint**: No auth header — the `state` nonce proves the request originated from a legitimate OAuth flow initiated via GET /v1/calendars/google/connect.
Auth required: No
code: string (required) — Authorization code from Googlestate: string (required) — CSRF nonce from the OAuth flow (generated server-side by the connect endpoint)200: Calendar connected successfully400: Validation error403: Calendar connection limit reached for current planThis endpoint does not require authentication.
Base URL: https://api.vennio.app