Manage and use API keys
Procedure
- On the top-right of any page, click on your username (in this case admin)
and select API Keys.
- On the API Keys page, click on + Create. You will
be prompted to give the API key a name. Click Save when you’re done.
- Copy the value of your key.
- Test it with Swagger or cURL.For example, you might test it by using this cURL command:
Everything that is under /api/v1/trigger/ can be invoked with an API key.curl -X POST "http://demo.io/api/v1/ trigger/admin?folder=%2FUser%2F&name=test-flow&api_key=a8ee7b45-389f-4934-aa76-48866a9bdb28&sync=true"
The key itself can be added as query parameter api_key=a8ee7b45-389f-4934-aa76-48866a9bdb28