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:
Copy
curl --request GET \ --url https://web.inquira.app/api/v1/workflows \ --header 'x-api-key: YOUR_API_KEY'