Guides
Create an API Key
Make use of the API programatically
Prerequisites
To get the most out of this guide, you’ll need to:
1. Login into the Dashboard
2. Go to Settings
Now that we are inside the dashboard, we will click on the “Settings” button on the sidebar. Then go to Workspace > API Keys
3. Create a API Key
Now press on the “New Key” button to open the create dialog, here you can assign a name and a expiration date to the key.
We recommend to set carefully the Expiration Date of the key.
4. Copy your API Key
That’s it, you new API Key is created, now it should be copied into your clipboard:
5. Test your API key
Open your terminal and paste the next code:
You should see all the submissions of your form, like this:
The only types shown in the schema are
string
and file
, do not expect number or boolean values.6. Next steps
Now that you know how to create API Keys, see the API reference to unleash all the power!
API Reference
Was this page helpful?