Skip to main content
GET
Get Permissions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

id
string
required

Unique permission ID

key
string
required

Machine-readable permission key (e.g., 'read:sources')

name
string
required

Raw Frontegg permission name

display_name
string
required

Human-readable display name (sanitized, title-cased)

description
string | null

Permission description

category
string | null

Raw Frontegg category name for grouping

display_category
string | null

Human-readable category name for UI display