Introduction
The Fillavo API lets you access information about your Fillavo account programmatically, without using the Fillavo site. It is primarily for Fillavo users and for 3rd party developers that want to build services on top of Fillavo or access their submission data. You can access a list of all your forms and the submissions for each form via the API.Authentication
Generate and view your API key in theDeveloper settings tab of your account. You can revoke or Regenerate your API key at any time via the dashboard.

Authorization header in the following format:
<your-api-key> with the API key obtained from your Fillavo account.
If you’re self-hosting Fillavo or using the EU agent, a different URL will appear in the dashboard.
You can also use access tokens granted via a Fillavo 3rd party integration. If you’re looking to build an integration, see this article.
Rate limits
All endpoints above are limited to being called no more than 5 times per second, per Account/API key.Related article
Create Fillavo Apps
Build integrations that link Fillavo with 3rd party apps.