Skip to main content
POST
/
api
/
oauth
/
per-user
/
consent
/
user-id
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Body

application/x-www-form-urlencoded
flow_id
string
required

Pending flow ID

user_id
string
required

Self-declared user identifier (max 255 characters)

Response

302

Redirect to /oauth/consent/mcps?flow_id=xxx on success, or back to /oauth/consent?flow_id=xxx&error=... on failure.