Skip to main content
GET
/
oauth
/
callback
/
{integration}
Handle OAuth Callback
curl --request GET \
  --url https://api.veryfront.com/oauth/callback/{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 returned from the provider callback path.

Query Parameters

code
string

Authorization code returned by the OAuth provider.

state
string

Opaque OAuth state token created by the connect endpoint.

error
string

Provider error code when the OAuth consent flow fails.

error_description
string

Human-readable provider error description.

Response

Redirect to dashboard