GET /api/permissions/
Retrieves detailed information about a specific permission using its unique identifier.Authentication
This endpoint requires authentication with a valid Bearer token.Path Parameters
The unique identifier of the permission to retrieve
Response
Unique identifier of the permission
The name of the permission
Description of the permission
Current status of the permission (e.g., “ACTIVE”, “INACTIVE”)
Status Codes
- 200 OK - Permission found and returned successfully
- 404 Not Found - Permission with the specified ID not found