The API is secured using an API-key given as a query parameter. This makes it simple to test the API using a standard web browser.

Acquiring an API key

The API key is coupled with a CMP user. To get or reset an API key one must for the moment contact Delta Projects directly. Our ambition is that an API key should be possible to acquire through the CMP interface when logged in.

Providing authentication

The API-key should be provided in the HTTP request using a query parameter named apikey e.g. https://delta_api/get_stuff?apikey=12345.