latestSwagger 2.02026-08-109450223.9 KB

94acb422c07d

Unwanted Access Rules

Get Unwanted Access Rule

Shows details on a single Unwanted Access Rule associated with your account.

get/v1/unwanted_access_rules/{id}

Path parameters

idinteger required

Unwanted Access Rule ID.

Response

Get Unwanted Access Rule

Example response

{
  "unwanted_access_rule": {
    "id": 84938,
    "applied_to": {
      "type": "Organization",
      "id": 1234,
      "name": "ExampleCo"
    },
    "category": "country",
    "country_code": "US",
    "vpn": "NORD_VPN",
    "ip_address": "203.0.113.0/24",
    "type": "unauthorized",
    "status": "active",
    "logic": "standard",
    "note": "Approved by compliance — regional office access",
    "starts_at": "2025-09-05T18:20:34Z",
    "expires_at": "2025-12-05T18:20:34Z",
    "created_by": "Jane Doe",
    "created_at": "2025-09-05T18:20:34Z",
    "updated_at": "2025-09-05T18:20:34Z"
  }
}