Skip to content

Latest commit

 

History

History

README.md

Pluggy - Vercel Connect Token Endpoint

Minimal serverless function that generates Pluggy Connect Tokens. Deploy to Vercel with zero configuration.

Quick Deploy

Deploy with Vercel

Set your PLUGGY_CLIENT_ID and PLUGGY_CLIENT_SECRET environment variables during deployment.

Usage

Once deployed, your endpoint is available at:

POST https://your-app.vercel.app/api/token

Use this URL as the token endpoint in any frontend quickstart.

Local Development

npm install
vercel dev

Live Demo

Sandbox-only example: https://pluggy-connect.vercel.app/api/token

Resources