curl -X GET "https://api.devin.ai/v2/enterprise/consumption/daily/user_123" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "total_acus": 325.5, "consumption_by_date": { "2024-01-01": 50.0, "2024-01-02": 125.5, "2024-01-03": 150.0 }, "consumption_by_org_id": { "org_123": 200.0, "org_456": 125.5 } }
Return daily consumption for a specific user