Authentication

The UseForms API uses API keys to authenticate requests. Your API key should be sent as an Authorization header in every request your make.

Your API key uniquely identifies your workspace and can be used to make any request for your workspace. Do not expose your API key or commit it to version control.

Obtaining API Key

Your API key can be managed from the form plugins page on your dashboard. Complete the steps below to generate your API Key.

  1. Login to UseForms

  2. Open any of your Forms (or create a new form if you do not have any existing forms)

  3. Click on Plugins at the top left of the Form Builder

  4. Click on Build your App at the top of the Plugins page

  5. Click on Generate API Key (or copy your key if you have already generated it previously)

The process to get your API key is shown below:

You can also delete or reset your API key from the Plugins page.

Last updated