---
title: "Check if release is allowed"
method: GET
path: "/v3/releases/{id}/allowed"
tags: ["Releases"]
---

# Check if release is allowed

`GET /v3/releases/{id}/allowed`

Checks whether a release is allowed depending on the maintenance policy or max allowed release version set in the license.

## Path parameters

- `id` string, required

## Query parameters

- `accountId` string, required
- `environmentId` string, uuid
- `key` string, required

## Response `200`

OK

- ReleaseAllowedDto
  - `allowed` boolean, required

## Other responses

- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

## Changes

- **2026-08-18** `66dcb6293180` — 1 info
  - added the new optional `query` request parameter `environmentId`

[Change history](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/changes/v3/releases/:id/allowed/get.md)

---

[API](https://skmtc.dev/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/66dcb6293180/schema)
