This documentation concerns Generic Clients (not Registry Clients).
Once you have logged in to LifeMonitor you can
create an API key for your client. Select the API Keys tab, then click on
the NEW
button.
The new API key appears in the list and is immediately ready to use. Copy it and configure your client to use it. The API calls compatible with API Key authentication are specified in the API specs: look at the top right of each call’s section for a list of authentication methods compatible with that call (if there’s nothing there, then the call does not require authentication).
LifeMonitor supports OAuth2 Authorization Code authentication. All API calls compatible with this authentication scheme are visible in the API specs with the authentication scheme OAuth (AuthorizationCodeFlow).
To use OAuth2 with LifeMonitor, you have to register your client first.
Log in at https://api.lifemonitor.eu, then select the OAuth Apps tab.
Click on the NEW
button on the right. The OAuth2 Application Client module
opens.
The configuration of this module is specific to the client application you’re using. For an example you can look at the instructions on how to set up the restish command line client.