Skip to main content
GET
/
oauth
/
connect
/
{integration}
Start OAuth Connection
curl --request GET \
  --url https://api.veryfront.com/oauth/connect/{integration} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

integration
string
required

Integration identifier, for example github or gmail.

Query Parameters

projectId
string<uuid>

Project ID to connect the integration to; omit for user-level OAuth.

endUserId
string

End-user ID for per-user token flows within a project.

Maximum string length: 255
redirect
string

Dashboard-relative path to redirect to after OAuth completes.

redirect_uri
string

Absolute redirect URI for native or custom app OAuth flows.

session_token
string

One-time native OAuth connect session token.

Response

Redirect to provider consent screen