---
title: "Get Organization License Policy"
method: GET
path: "/orgs/{org_slug}/settings/license-policy"
tags: ["deprecated"]
deprecated: true
---

# Get Organization License Policy

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

> **Deprecated.**

**This endpoint is deprecated.** Use the [successor version](https://docs.socket.dev/reference/viewlicensepolicy) instead.

Retrieve the license policy of an organization.

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`

Retrieved license policy details

- object

## Other responses

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

---

[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)
