v1
latestOpenAPI 3.0.32026-07-132681171.6 KBGet group
Get detailed information about a specific group including its members
get/v1/manage/group/{id}
Path parameters
idstring uuid required
The group ID
Response
Successfully retrieved group
Example response
{
"group": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"organization_id": "org-123",
"name": "Engineering Team",
"monthly_limit": 1000,
"created_by": "user-123",
"created_at": "2025-01-15T10:30:00Z",
"members": [
{
"id": "user-123",
"email": "user@example.com",
"role": "member",
"monthly_limit": 500,
"monthly_spend": 250.5,
"rate_limit": 100,
"active": true
}
]
}
}