IPAllowlists V1

Manage the IP allowlist.

When enabled, the IP allowlist restricts authenticated traffic from the dashboard, public API and mobile app.

ShowIPAllowlist IPAllowlists V1

Show the IP allowlist for your organisation

Responses
200

OK response.

get/v1/ip_allowlists
Request samples
Response samples
application/json
{
  • "ip_allowlist": {
    }
}

UpdateIPAllowlist IPAllowlists V1

Update the IP allowlist for your organisation

Request
Request Body schema: application/json
required
required
Array of objects (IPAllowlistItemV1)

A list of IP addresses or CIDR prefixes to allow

enabled
required
boolean

Whether this IP allowlist is enabled or not

version
required
integer <int64>

The version of this IP allowlist

Responses
200

OK response.

put/v1/ip_allowlists
Request samples
application/json
{
  • "allowlist": [
    ],
  • "enabled": true,
  • "version": 1
}
Response samples
application/json
{
  • "ip_allowlist": {
    }
}