---
title: "List authenticated permissions catalog"
method: GET
path: "/api/v1/permissions"
tags: ["permissions"]
---

# List authenticated permissions catalog

`GET /api/v1/permissions`

Returns the localized permission catalog visible to the authenticated caller. The catalog labels and descriptions are resolved using the caller session language (pt-BR fallback).

## Response `200`

Permission catalog returned.

## Other responses

- `401` — Authentication is missing, malformed, expired, or refers to a session that is no longer active.
- `403` — The caller is authenticated but lacks the required permission for this action.
- `500` — Unexpected server error. The response body never leaks internal details.

---

[API](https://skmtc.net/kruzer-corp/apis/oms-api.md) · [All operations](https://skmtc.net/kruzer-corp/apis/oms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kruzer-corp/oms-api/revisions/38ef6e16a7a8/schema)
