---
title: "The module vocabulary a system template may be composed of"
method: GET
path: "/api/roles/module-catalog"
tags: ["Permissions"]
---

# The module vocabulary a system template may be composed of

`GET /api/roles/module-catalog`

Every module key with its pt-PT label and its implication rules.

Byte-identical to `GET /api/company-roles/catalog`, which is gated on
`admin`; this console is gated on `system_admin`, and the two gates are
disjoint sets of people, so the payload is served on both routers rather
than the operator being asked to hold a tenant permission.

⚠️ Declared BEFORE `GET /roles/{role_id}`. That path parameter is typed
`int`, so a later declaration would make this URL a 422 rather than falling
through — the same ordering care `app/routes/__init__.py` already takes with
`/permissions/catalog` against `/permissions/{permission_id}`.

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `8492136eefc5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/multigest/apis/multigest-protected-api/changes/api/roles/module-catalog/get.md)

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/8492136eefc5/schema)
