{ "organization_id": "<string>", "name": "<string>", "description": "<string>", "status": "<string>", "settings": {}, "usage_stats": { "judges_count": 123, "monthly_evaluations": 123, "storage_used_mb": 123 }, "member_count": 123, "created_at": {} }
Retrieve current user organization information
Show usage properties
curl -X GET https://api.judge.example.com/organizations/me \ -H "Authorization: Bearer YOUR_API_KEY"