IBI-aws WebCLI

API Key

The API key that clients require for authentication is freely selectable and must be stored in the appsettings.json file of the IBI-aws WebCLI:

JSON
...
"ApiKey": "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz",
...

When sending HTTP/S requests, the API key must be specified as a header as in the following example:
x-api-key: ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz