---
title: "Enable the allowlist"
method: PUT
path: "/allowlists/{allowlistId}/enable"
tags: ["Allowlists"]
---

# Enable the allowlist

`PUT /allowlists/{allowlistId}/enable`

## Path parameters

- `allowlistId` string, required

## Response `200`

Created

- Allowlist
  - `id` string, required
  - `name` string, required
  - `enabledAt` string, date-time, nullable
  - `projectEnvironmentId` string, required
  - `scope` string, nullable
  - `outcome` 'scope' | 'siteAccess' | 'block'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/revisions/aac826315d90/schema)
