API Documentation
Introduction
Introduction to the Flowglad API
Welcome
This is the API reference for the Flowglad API! We highly recommend using our SDKs to interact with the API. But if you need to interact with API resources directly, this is the place to be.
Authentication
All API endpoints are authenticated using Bearer tokens. Set them in the Authorization
header.
REST Library
In the case that you need to interact with the REST API directly, the easiest way is to install @flowglad/node
:
This will give you a Flowglad
class that you can use to interact with the API.