Get detailed information about a specific group including its members
cURL
curl --request GET \ --url https://api-v2.requesty.ai/v1/manage/group/{id} \ --header 'Authorization: Bearer <token>'
{ "group": { "id": "123e4567-e89b-12d3-a456-426614174000", "organization_id": "org-123", "name": "Engineering Team", "created_by": "user-123", "created_at": "2025-01-15T10:30:00Z", "members": [ { "id": "user-123", "email": "[email protected]", "role": "member", "monthly_spend": 250.5, "active": true, "monthly_limit": 500, "rate_limit": 100 } ], "monthly_limit": 1000 } }
API key for authentication
The group ID
Successfully retrieved group
Show child attributes
Was this page helpful?