v1
latestOpenAPI 3.0.32026-07-267278168.1 KBAPI Keys
Set API Key IP Whitelist
Set or update IP whitelist for an API key.
post/v1/api_keys/{apiKeyID}/ip_whitelist
Path parameters
apiKeyIDstring required
Request body
Example request
{
"ip": "192.168.1.1"
}Response
Updated
Example response
{
"success": true
}