API Security

To integrate with the OmniCore backend, you have two options: utilize the OmniCore SDKs or utilize the Rest APIs directly. Before doing so, you need to obtain your unique API key and API tokens. You can obtain these credentials by logging into the OmniCore Portal and navigating to the Keys section.While there is one API key provided, token generation experience will depend on the deployment model. To receive a valid response from the OmniCore API endpoints, it is necessary to provide both the API key and API token.

Multi-tenant SaaS:

While there is one API key provided, it is possible to generate multiple API clients for varying use cases. You can generate a maximum of 5 API clients. We can generate token using these clients.

API Page

A sequence diagram of the flow

Single-tenant SaaS:

In this model, it is possible to generate multiple API tokens for varying use cases. You can generate a maximum of 10 API tokens. Tokens will be directly created in this case.

API Page

Customer Hosted:

This will be custom solution that can be discussed.

Last updated