Get Started
Base API Url is https://api.finup.io/backend/
All API keys, links, logos, IDs are not real and are provided for example.
Authentication
Create Invoice and Delete Invoice endpoint are authenticated usingAPI keys
and picked up from headers.
Examples
Here are some quick examples to show you how easy it is to use out API:Create new invoice example
Learn more about creating invoices here.createInvoice.js
Get invoice example
Learn more about getting invoices here.getInvoice.js