Manage the IP allowlist.
When enabled, the IP allowlist restricts authenticated traffic from the dashboard, public API and mobile app.
Show the IP allowlist for your organisation
OK response.
{- "ip_allowlist": {
- "allowlist": [
- {
- "label": "London HQ",
- "value": "192.0.2.0"
}
], - "enabled": true,
- "updated_at": "2021-08-17T13:28:57.801578Z",
- "version": 1
}
}
Update the IP allowlist for your organisation
OK response.
{- "allowlist": [
- {
- "label": "London HQ",
- "value": "192.0.2.0"
}
], - "enabled": true,
- "version": 1
}
{- "ip_allowlist": {
- "allowlist": [
- {
- "label": "London HQ",
- "value": "192.0.2.0"
}
], - "enabled": true,
- "updated_at": "2021-08-17T13:28:57.801578Z",
- "version": 1
}
}