IP address mapping rules - GET configuration
Gets the list of IP detection headers.
The request produces an application/json
payload.
GET |
|
Authentication
To execute this request, you need the Read configuration (ReadConfig
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
The request doesn't provide any configurable parameters.
Response
Response codes
Code | Description |
---|---|
200 | Success |
Response body
The IpDetectionHeaders object
Configuration of the custom client IP headers.
Element | Type | Description |
---|---|---|
ipDetectionHeaders | string[] | A list of custom client IP headers. Headers are evaluated from top to bottom; the first matching header applies. |
{
"ipDetectionHeaders": [
"string"
]
}