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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integration
string
required

Query Parameters

code
string
state
string
error
string
error_description
string

Response

Redirect to dashboard