Build Integrations in Minutes
First update the .env file and include your Vessel API Token
VESSEL_API_TOKEN=<your api token>
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm devAll API requests are put into the pages/api directory. You can read more about the Next.js API routes here.
We are using the Vessel API SDK to make requests to the Vessel API. You can read more about the API here
To see a live demo that uses a similar structure, check out Sales Viz