Quick Start
Welcome to Flow's Customer API. You can use our API to access information available in your Flow organization (or organizations you are associated with) to build a customized experience.
If you have questions that are not addressed in this documentation or need additional help, reach out to support@flowinc.com. We'd be happy to assist.
Get your API keys
Your API requests are authenticated using JWT.
You can generate a JWT by reaching out to our support team at support@flowinc.com. Our support team will get you the token you need.
Make your first request
Authentication is based on an API key. You need to set the Authorization
header to this value:
Authorization: Bearer YOUR_JWT
You must replace YOUR_JWT
with your corresponding API key.
Last updated