API Authentication & Setup

Authentication process for Ippocloud APIs and sandbox setup for testing the APIs.


Check how to authenticate the APIs.

API Authentication

All Ippocloud APIs are authenticated using. Basic Auth requires the following:

  • [YOUR_KEY_ID]
  • [YOUR_KEY_SECRET]

Basic auth expects an Authorization header for each request in the Basic base64token format. Here, base64token is a base64 encoded string of YOUR_KEY_ID:YOUR_KEY_SECRET

Generate API Keys

Follow these steps to generate API keys:

  1. Log into your Dashboard with appropriate credentials.

  2. Navigate to Settings → API Keys → Generate Key to generate key.