Authentication

Learn how to authenticate requests to Unify API's endpoints.

Every call to Unify API must contain 2 factors by passing then in the HTTP request header :

  • X-Client-Id : Your organization ID
  • X-Api-Key : Your private key

Private Key Authentication

Private API keys can be used to read and write data to your Unify account. Unify allows you to generate multiple private keys for your applications.
Access control is based on RBAC (Role-Based Access Control) mecanism. Each private keys have to be associated to a profile in order to define the authorized functions and services.

How to obtain your private api key ?

  1. Go to your Unify admin panel
  2. Generate a new API KEY
  3. Associate it to a profile (to be configured in advance)

Did this page help you?