---
title: "GET /authorization/permissions"
method: GET
path: "/authorization/permissions"
tags: ["Authorization", "Permissions"]
---

# GET /authorization/permissions

`GET /authorization/permissions`

Fetches the list of all REST API permissions

This endpoint requires the permission "authorization.permissions.read".

## Headers

- `Authorization` string, required
- `SplinterProtocolVersion` integer

## Response `200`

Successfully retrieved the list of REST API permissions

- object
  - `data` Permission[]
    - `permission_id` string — Unique identifier for the permission
    - `permission_display_name` string — A human readable name of the permission
    - `permission_description` string — A helpful description of the permission

## Other responses

- `400` — Request was malformed
- `401` — The client is unauthorized

---

[API](https://skmtc.dev/cargill/apis/splinterd-api.md) · [All operations](https://skmtc.dev/cargill/apis/splinterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cargill/splinterd-api/revisions/38a272c24bd9/schema)
