Gets allowlist of IP addresses & ranges
GET/api/v1/ip-allowlist
Gets allowlist of IP addresses & ranges
Request
Responses
- 200
Successfully retrieved IP allowlist
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
entries object[]required
Allowlist entries
address stringrequired
IP address or range
description string
Description of an entry
{
"entries": [
{
"address": "10.0.0.1",
"description": "string"
}
]
}
Loading...