Quickstart guides
Node.js SDK
Learn how to use the Fingertip Node.js SDK to interact with our API.
1. Getting your API key
Get your API key from fingertip.com/account/api. Log in, generate a key, and use it during setup. Keep it secure.
2. Install Fingertip SDK
Get the Fingertip Node.js SDK.
3. Make your first API call
The easiest way to verify your setup is with a ping request.
4. Error handling
Handle API errors with the built-in error types.
Requirements
- Node.js 16+
- Fingertip API key
Repository
For more information, bug reports, or to contribute, visit the GitHub repository.