Back to AllAddedNew `created_at` field on `account` December 9th, 2025 🏷️ API version: 2026-01 You can now retrieve an account's creation date using the new created_at field on account queries. GraphQLquery { account { id show_timeline_weekends tier slug created_at plan { period } } }