Authorization header as a Bearer token.
Creating an API key
1
Open your dashboard settings
Log in to app.formflows.ai and click your account name in the top-right corner, then select Settings.
2
Navigate to API Keys
In the left sidebar, click API Keys.
3
Create a new key
Click Create Key, give it a descriptive name (e.g.,
production-backend or data-export-script), and choose a scope.4
Copy your key
The key is displayed once immediately after creation. Copy it to a secure location — you will not be able to view it again.
Key scopes
Assign the most restrictive scope that your integration requires.Making authenticated requests
Pass your key in theAuthorization header with every request.
Rotating and revoking keys
To rotate a key:- Create a new key with the same scope.
- Update your application to use the new key.
- Delete the old key from the API Keys settings page.
Authentication errors
If your key is missing or invalid, the API returns a401 response:
403:
