CheckFlow API
The easiest way to integrate with CheckFlow is by using our Zapier App.
You can also use our REST API to interact directly with CheckFlow.
Creating an API Key
Access to our API is controlled via an API key.
To generate an API Key you must be an Administrator. Go to the Team Management page. Click on the 'Generate API Key' button and copy the API key that has been generated for you.
Accessing the CheckFlow API
We use Swagger to provide a self documented user interface to our API.
Access the CheckFlow API User Interface here:
https://app.checkflow.io/swagger
All of the available actions are listed in the UI. Click on an action to learn about what it does and how to use it.
Click the 'Try it out' button to enter values in to the parameters and execute the action.