Skip to main content
GET
Get an Allowed IP

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

id
string<uuid>
required

Allowed IP ID

Response

Default Response

id
string<uuid>
required

Allowed IP unique identifier

ip_address
string
required

IP address or CIDR range (e.g., 192.168.1.1 or 10.0.0.0/8)

enabled
boolean
required

Whether this allowed IP is active

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp

created_by
string<uuid>
required

User ID who created this allowed IP

updated_by
string<uuid>
required

User ID who last updated this allowed IP

description
string | null

Optional description of this IP address