Endpoint
Authentication
This endpoint requires a valid Dashboard JWT. Pass the token in theAuthorization header:
Request Body
No request body is required. You may send an empty JSON object{} or omit the body entirely.
Response
| Field | Type | Description |
|---|---|---|
id | UUID | Unique identifier for the role |
name | string | Human-readable name of the role |
description | string | Optional description of what the role is for |
permissions | array | List of permission objects attached to this role |
created_at | datetime | When the role was created |