Fetch (and auto-create) the caller’s social content calendar container.
My Content Calendar. All post-scoped queries (listSocialPosts, listArchivedSocialPosts, etc.) scope automatically by the caller’s user_id, so in practice this endpoint is mostly useful as a session warm-up and for reading the calendar name.
scheduled_at or posts data — only the calendar envelope. For post data, call listSocialPosts after this.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Calendar returned (existing or freshly auto-created for first-time users).
User's content calendar. One calendar exists per user — the server lazily creates it on first call to this endpoint.