Authentication process for Ippocloud APIs and sandbox setup for testing the APIs.
Check how to authenticate the APIs.
All Ippocloud APIs are authenticated using. Basic Auth requires the following:
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
The Authorization header value should strictly adhere to the format mentioned above. Invalid formats will result in authentication failures. Few examples of invalid headers are:
Follow these steps to generate API keys:
Log into your Dashboard with appropriate credentials.
Navigate to Settings → API Keys → Generate Key to generate key.