AuralisDocs
OperationsWorkspace administration

Read the workspace's network allowlist

The CIDR ranges recorded for this workspace.

/v1/workspace/security/allowlistAdmin
Operation id
get_allowlist
Access
An editor or a viewer is refused.
GET/v1/workspace/security/allowlist

The CIDR ranges recorded for this workspace.

An empty list means no ranges are recorded, which is the default state of a workspace.

Tenancy: the request is scoped to one workspace, and the credential presented is what selects it. A caller with no membership in that workspace is refused with 404, which is indistinguishable from a workspace that does not exist.

Authorisation: admin or owner. An editor or viewer receives 403 insufficient_role.

Access: Authorization: Bearer carrying either a realm access token or an API key. A key must hold the workspace-admin:write scope, and the workspace role of the person who owns it must meet the floor above.

Authorization

AuthorizationBearer <token>

A realm-issued access token, presented as Authorization: Bearer <token>. It acts as the person who signed in, and every operation resolves their workspace role live from the membership record.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/workspace/security/allowlist"
{}