Ips
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/v2/ips/{uid} HTTP/1.1
Accept: */*
{
"id": 1,
"ip_address": "text",
"list": "allow",
"description": "text",
"created_at": "2026-02-02T17:13:11.468Z",
"updated_at": "2026-02-02T17:13:11.468Z"
}DELETE /api/v2/ips/{uid} HTTP/1.1
Accept: */*
GET /api/v2/ips HTTP/1.1
Accept: */*
{
"records": [
{
"id": 1,
"ip_address": "text",
"list": "allow",
"description": "text",
"created_at": "2026-02-02T17:13:11.468Z",
"updated_at": "2026-02-02T17:13:11.468Z"
}
]
}POST /api/v2/ips HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"ip_address": "text",
"description": "text",
"list": "allow"
}{
"id": 1,
"ip_address": "text",
"list": "allow",
"description": "text",
"created_at": "2026-02-02T17:13:11.468Z",
"updated_at": "2026-02-02T17:13:11.468Z"
}