Skip to main content
POST
/
connections
/
oauth
/
native
/
{provider}
/
start
Start native OAuth
curl --request POST \
  --url https://api.duvo.ai/v1/connections/oauth/native/{provider}/start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "authorization_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

provider
string
required

OAuth provider slug (e.g. 'google', 'gmail', 'googlesheets', 'outlook'). Must match a configured native OAuth provider.

Body

application/json
return_url
string

Where to send the user's browser after OAuth completes.

{key}
string

Response

Default Response

authorization_url
string
required

OAuth provider authorization URL to open in a browser