The API is only available for Inquira Pro and Enterprise customers.

Welcome

To understand the terminology and concepts in Inquira, view the Documentation.

Authentication

All API endpoints are authenticated using an API Key. You can get the API Key by going to the API Keys page.

Create an API Key with a relevant expiration date and copy the API Key to your clipboard.

Now you can use the API Key in your requests by adding an x-api-key header to your request.

Example CURL request:

curl --request GET \
  --url https://web.inquira.app/api/v1/workflows \
  --header 'x-api-key: YOUR_API_KEY'