# List IPs

Get IP whitelist for the tenant

Endpoint: GET /tenant/{tenant}/ips
Version: 2.0.0
Security: bearerToken

## Path parameters:

  - `tenant` (string, required)

## Response 200 fields (application/json):

  - `id` (integer)
    IP entry ID

  - `tenantId` (integer)
    Tenant ID

  - `ip` (string)
    IP address in CIDR notation
    Example: 123.123.123.123/10

  - `createdAt` (string)

