cURL
curl --request GET \ --url https://api.veryfront.com/oauth/callback/{integration} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Handles the OAuth provider callback after user authorization.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Redirect to dashboard