# (NEW!) Retrieve Security Permissions Response will include a list of all security permissions available in the system. The user making the request must have the Security Template Management role privilege. Average Response Time: 231ms Endpoint: GET /security/permissions Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Header parameters: - `X-API-Key` (string, required) Customer-specific API key required to invoke API. - `Authorization` (string, required) Provided by Authentication Token creation operation ## Response 200 fields (application/json): - `permissions` (array) - `permissions.id` (string) The unique identifier for the security permission. Example: "9a265a28-14ed-472b-943b-e0f2b3f15c3d" - `permissions.name` (string) The name of the security permission Example: "Download" ## Response 401 fields (application/json): - `message` (string) - `detail` (string) ## Response 403 fields (application/json): - `message` (string) - `detail` (string)