Skip to main content
GET
List connected social media accounts
CLI:

Overview

List connected social media accounts This page documents get /api/calendar/accounts. Use the request and response sections on this page for accepted parameters, payload fields, response fields, and authentication behavior.

AI agent notes

  • Confirm the operation matches the user’s intent before calling it.
  • For write operations, confirm the user intends to change state.
  • Surface validation, permission, and not-found errors instead of retrying unchanged.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of connected accounts ready for posting. May be empty.

accounts
object[]
required

All social accounts connected across every Late profile owned by the caller. Empty array if the user has no profiles or no connected accounts yet.

postsUrl
string
required

Posts page for reviewing these accounts.