API

Overview

In this page you can create and revoke API Keys.

Key Management

Click on Create New Key to create a new key. You can create as many keys as you want. A popup will display your key. Important: the actual key will only be displayed once. Make sure to copy the key and store it somewhere safely. If you lose it, you will need to issue a new one.

You can Revoke a key at any time.

All key usage is logged in the logs.

Keys cannot be deleted.

How to use the API

Now that you have your key, you can make requests to our API.

You should make a GET request to:

For high performance use: https://api.omnius.at/get_user_labels_mini

For full label details use: https://api.omnius.at/get_user_labels_full

You should add a query parameter named did that will hold the user's did you want to get labels for.

Finally you should include an X-API-Key header that will hold an active API key.