API Authentication

For authenticating an API call in Admin API, you have to send your Partner ID, and an API Key in the HTTP header of each API request.

To access Partner ID, and the API Key, please follow the steps given below:

Partner ID

  1. Login to the admin console.
  2. Navigate to General >> Settings, to find your Partner ID.
API Authentication

API Key

  1. To obtain an API key, navigate to General >> API keys.
  2. From the list of API keys, select the one you created for calling Zinrelo endpoints.
API Authentication

For instructions on generating the API key, refer to this help document.

Send the keys in the HTTP header of each API request as given below:

'api-key': '<your-api-key'
'partner-id' : '<your-partner-id>'