cURL
curl --request POST \ --url https://api.veryfront.com/oauth/connect/session \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "integration": "<string>", "redirect_uri": "<string>", "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "endUserId": "<string>" } '
{ "session_token": "<string>", "connect_url": "<string>" }
Issues a short-lived one-time session token for native apps to initiate integration OAuth without putting the main bearer token in the browser URL.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
255
OAuth connect session created