Skip to main content
GET
Start the OAuth link flow for a provider

Authorizations

Authorization
string
header
required

Session token from POST /auth/login, sent as Authorization: Bearer <token>.

Headers

X-Pinecone-Api-Version
string
default:2026-07

Date-based contract version, echoed back on the same header. Omit for the default (2026-07); send unstable for the in-development surface. An unrecognized value is rejected with 400 unsupported_api_version.

Path Parameters

provider
string
required

Provider id (e.g. box)

Query Parameters

return_to
string

Console path to bounce back to after the callback

Response

Authorization URL

Where to send the user to approve access.

authorize_url
string
required

The provider's consent page. Open it in a browser.