IP Whitelisting
Introduction
Each IP key created can be assigned a number of IP addresses (IPv4) which will be verified when a client tries to connect using that API key.
Error Message:
When an API key used from an unauthorized IP address, the following error message will be returned by the API:
HTTP/1.1 401
Date: Sun, 01 Feb 2024 07:54:05 GMT
X-Request-Id: eb9bc810-429a-4d06-bbcb-a5eabdfdb0ce
{
"message": "IP is not in the IP whitelist"
}