Authentication
API authorization instructions for omniac Business.
Categories:
Our API supports two types of authentication. API keys are easy und straight forward to use, but also less secure since they can be affected by a man-in-the-middle-attack. The more secure approach is to use OAuth with client credential flow. This way we are able to provide you an identity or also to use your identity-provider.
API Key
To use an API Key we need to enable this feature within your tenant. The provided key must be sent with each request using X-API-KEY Header.
curl --request GET \
--url https://api.omniac.de/v1/tenant \
--header 'X-API-KEY: <<API KEY>>'
OAuth client credential
Coming soon