IP Whitelist
List whitelist
Get all whitelisted IP addresses and CIDR ranges.
Authorization
bearerAuth AuthorizationBearer <token>
Personal access token obtained via POST /v1/auth/token
In: header
Response Body
application/json
curl -X GET "https://api.soxway.io/v1/account/whitelist"{
"data": [
{
"id": 0,
"cidr": "203.0.113.42/32",
"comment": "string",
"created_at": "2019-08-24T14:15:22Z"
}
],
"total": 0,
"enabled": true
}