Skip to main content

Accounts

List Connected Accounts

GET
/marketing/social/accounts
List all connected social media accounts.

Calendar

Get Calendar Events

GET
/marketing/social/calendar
Get scheduled and published posts for the calendar view.
Query Parameters
ParameterTypeDescription
startstringStart date (ISO 8601)
endstringEnd date (ISO 8601)

Posts

Approve Post

POST
/marketing/social/posts/{postId}/approve
Approve a post for publishing.

Post Comments

GET
/marketing/social/posts/{postId}/comments
Get comments on a social media post.

Post Analytics

GET
/marketing/social/posts/{postId}/analytics
Get engagement analytics for a specific post.

Content Pillars

GET
/marketing/social/pillars
List content pillars for your social strategy.
POST
/marketing/social/pillars
Create a new content pillar.

Follower Analytics

GET
/marketing/social/analytics/followers
Get follower growth data across connected accounts.
Response
{
  "current": 1250,
  "previousPeriod": 1180,
  "growth": 5.9,
  "timeline": [
    { "date": "2025-04-01", "count": 1200 },
    { "date": "2025-04-07", "count": 1220 },
    { "date": "2025-04-14", "count": 1250 }
  ]
}