Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.incident.io/llms.txt

Use this file to discover all available pages before exploring further.

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

The ipallowlist object

allowlist
object[]
required

A list of IP addresses or CIDR prefixes to allow

Example:
[
{
"label": "London HQ",
"value": "192.0.2.0"
}
]
enabled
boolean
required

Whether this IP allowlist is enabled or not

Example:

true

version
integer<int64>
required

The version of this IP allowlist

Example:

1

updated_at
string<date-time>

The time this allowlist was last updated

Example:

"2021-08-17T13:28:57.801578Z"