groups:read| Parameter | Type | Description |
|---|---|---|
id | integer | Required. The group ID |
| Field | Type | Description |
|---|---|---|
id | integer | Group ID |
name | string | Group name |
created_at | string | ISO 8601 datetime |
updated_at | string | ISO 8601 datetime |
| Status | Code | Description |
|---|---|---|
| 404 | NOT_FOUND | Group not found |
| 500 | INTERNAL_ERROR | Failed to fetch group |
curl --location --request GET '/groups/1' \
--header 'Authorization: Bearer <token>'{}