Returns inbox posts that have comments, ordered by most-recently-commented. Supports filtering by account, platform, minimum comment count, and date range. Uses cursor-based pagination.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Filter by connected account ID
Filter by platform (instagram, facebook, threads, tiktok, linkedin, google)
Only return posts with at least this many comments (default 0)
Only return posts commented after this timestamp (RFC3339)
Sort field: date (default)
Sort direction: desc (default) or asc
Max results per page (default 25)
Pagination cursor from previous response