Start OAuth authorization
Documentation Index
Fetch the complete documentation index at: https://docs.cerca.dev/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.
Path Parameters
1"google"
Body
Public owner for a reusable connection. Organization owners use the authenticated organization; fleet owners add a fleetId.
- OrganizationConnectionOwner
- FleetConnectionOwner
HTTP(S) origin that receives the OAuth completion message.
"https://app.example.com"
Provider-specific OAuth scopes. Empty entries are ignored after trimming.
["email", "profile"]Response
OAuth authorization start details.
Provider authorization URL that the client should open.
"https://accounts.google.com/o/oauth2/v2/auth?..."
Origin hosting the OAuth callback endpoint.
"https://app.cerca.dev"
OAuth state expiration timestamp, when returned.
"2026-04-15T12:00:00.000Z"
OAuth state nonce, when returned.
"nonce_abc123"