A valid request URL is required to generate request examples{
"authorize_url": "<string>"
}Start the upstream OAuth authorization for a pending flow
Reconstructs the upstream provider’s authorize URL for a pending OAuth
flow. The auth-landing page redirects the browser to that URL; the user
completes upstream auth; the upstream provider redirects back to
/api/oauth/callback, which exchanges the code for tokens server-side
and stores them against the flow’s identity.
Returns 410 if the flow is no longer pending (expired / completed / failed). The caller should restart the original action to get a fresh flow.
A valid request URL is required to generate request examples{
"authorize_url": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Path Parameters
Flow row ID
Response
Authorize URL
Where to send the browser to complete upstream OAuth
Was this page helpful?

