---
title: "Create Reduced Scope"
method: POST
path: "/targets/{target_id}/reduced-scopes/"
tags: ["Reduced Scopes"]
---

# Create Reduced Scope

`POST /targets/{target_id}/reduced-scopes/`

## Path parameters

- `target_id` string, required

## Request body

- ReducedScope
  - `id` string, required — A unique Base58 value identifying this object.
  - `url` string, uri, required — URL to scan. The maximum length is 2048 characters.
  - `enabled` boolean

## Response `201`

- ReducedScope
  - `id` string, required — A unique Base58 value identifying this object.
  - `url` string, uri, required — URL to scan. The maximum length is 2048 characters.
  - `enabled` boolean

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
