curl "https://api.hitler.app/api/morning-threads/today?orgId=ORG_UUID" \ -H "X-API-Key: YOUR_API_KEY"
{ "id": "thread-uuid", "organizationId": "org-uuid", "channelId": "C0123456789", "threadTs": "1709712000.000100", "date": "2026-03-06", "deadlinePassed": false, "eodCollected": false, "submissions": [ { "id": "sub-uuid", "userId": "user-uuid", "messageTs": "1709712060.000200", "rawText": "Working on the API refactor today", "parsed": false, "submittedAt": "2026-03-06T09:01:00.000Z" } ] }
Get today’s morning thread with all submissions for an organization
null