---
title: "Retrieve blocked code"
method: GET
path: "/disallowed_codes/{id}"
tags: ["Security"]
---

# Retrieve blocked code

`GET /disallowed_codes/{id}`

Retrieve details of blocked code by it's unique ID.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.
  - `number_prefix` string — The number prefix of blocked code. An alphanumeric sequence beginning with an optional plus sign.
  - `description` string — The description of blocked code.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
