---
title: "Get License Policy (Beta)"
method: GET
path: "/orgs/{org_slug}/settings/license-policy/view"
tags: ["license-policy"]
---

# Get License Policy (Beta)

`GET /orgs/{org_slug}/settings/license-policy/view`

Returns an organization's license policy including allow, warn, monitor, and deny categories.
The deny category contains all licenses that are not explicitly categorized as allow, warn, or monitor.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:
- license-policy:read

## Path parameters

- `org_slug` string, required

## Response `200`

Saturated License Allow List

- SStoredLicensePolicy
  - `allow` string[], nullable, required
  - `warn` string[], nullable, required
  - `monitor` string[], nullable, required
  - `deny` string[], nullable, required
  - `options` string[], nullable, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Insufficient max_quota for API method
- `404` — Resource not found
- `429` — Insufficient quota for API route
- `500` — Internal server error

---

[API](https://skmtc.dev/socket-dev/apis/socket.md) · [All operations](https://skmtc.dev/socket-dev/apis/socket/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socket-dev/socket/revisions/bf994b75d33f/schema)
