Changelog
Track updates, new features, and improvements to the Oktopost API.
Stay up to date with the latest changes, new features, and improvements to the Oktopost API. We're constantly working to enhance the API experience and add new capabilities.
[Version 2.12.0] - 2026-06-15
Added
- Added
lastSeen,notSeen, andneverSeenactivity filter parameters to the List Advocates endpoint. - Added
Shares,LastSeen,RoleId,Role,CustomFields, andLeaderboardsfields to the List Advocates response whenboardIdis provided. - Added pagination parameters (
_page,_count) documentation for the List Advocates endpoint.
Changed
- Renamed the shares sort key from
periodLastSharestosharesin the Advocates response. - Consolidated advocate filtering documentation into a single parameters table.
[Version 2.11.0] - 2026-06-01
Fixed
- Fixed near-past post approval in the Workflow Items approve endpoint — posts with a start time within the last hour no longer fail with an uncaught error.
- Fixed error handling for the approve/reject endpoint — invalid approval attempts (e.g. distant-past posts) now return a proper JSON error response instead of a fatal error.
- Fixed
MessageIDfield in approval webhook payloads — no longer incorrectly populated for advocacy stories. - Removed hardcoded
Network = 'advocacy'from story approval webhook payloads; network is now resolved dynamically.
Added
- Added
WorkflowItemID,StoryID, andBoardIDfields to approval webhook payloads (newApprovalItem,approvalItemApproved,approvalItemRejected).
[Version 2.10.0] - 2026-05-05
Added
- Added
all_leadsboolean parameter to the List Leads endpoint — whentrue, returns all leads including those without an email address.
[Version 2.9.0] - 2026-04-29
Added
- Added new Folders endpoint for managing Media Library folders: list, get, create, rename, and delete.
- Added
folderIdfilter parameter to the Media list endpoint for retrieving assets within a specific folder. - Added new Media sidebar section grouping Media, Upload, and Folders.
- Added repost story support to
POST /v2/story— create LinkedIn repost stories via the optionalpostlogIdparameter. See Stories. - Added
PostlogIdandTypefields to story GET responses for repost stories.
Changed
- Media and Upload documentation moved from the Publishing section to the new Media section. Old URLs under
/docs/api/publishing/mediaand/docs/api/publishing/uploadare no longer valid.
[Version 2.8.0] - 2026-04-12
Added
- Added new Dashboards endpoints for Social BI: List Dashboards, Get Dashboard, and Get Dashboard Report Data.
- Added MCP documentation for new Social BI tools:
list_dashboards,get_dashboard,get_dashboard_report_data. - Added MCP "Analytics & Reporting" use-case update with Social BI dashboard example.
[Version 2.7.0] - 2026-03-31
Added
- Added MCP documentation for new Inbox tools:
list_conversations,get_conversation,update_conversation_status,get_conversation_timeline,assign_conversation,add_conversation_note,update_conversation_tags,reply_to_conversation,create_salesforce_case,list_conversation_tags,get_conversation_tag,update_conversation_tag,delete_conversation_tag,list_canned_responses,get_canned_response,create_canned_response. - Added MCP "Inbox Management" use-case section with examples for triaging DMs, comments, and mentions.
[Version 2.6.0] - 2026-03-30
Added
- Added new Inbox section with endpoint documentation for Conversations, Conversation Tags, Canned Responses, and Comments.
[Version 2.5.0] - 2026-03-29
Added
- Added MCP documentation for new tools:
update_campaign,update_message,list_posts,validate_video_upload,get_workflow,send_to_workflow,remove_from_workflow,get_board,update_board_topic,get_board_story,list_advocates,get_advocate,invite_advocate. - Added MCP documentation for
get_post_analytics(new Analytics section). - Added TypeScript SDK link in the sidebar navigation.
Changed
- MCP "Feedback" section replaced with "Analytics" section.
Removed
- Removed
send_feedbackMCP tool and related references.
[Version 2.4.0] - 2026-03-25
Added
- Added endpoint documentation for Integration Actions — execute operations on connected Salesforce, Marketo, and HubSpot integrations via a unified API.
- Added endpoint documentation for Change Post Campaign — move a post to a different campaign.
[Version 2.3.0] - 2026-03-02
Fixed
- Post update and delete examples now use
v2/API version. - Webhook signature verification example uses SHA-1 instead of SHA-256.
Added
- Added callout to List Leads endpoint clarifying it returns only non-deleted Leads with a valid email address.
[Version 2.2.0] - 2026-01-02
Added
- Added endpoint documentation for workflow item notes.
[Version 2.1.0] - 2025-12-14
Added
- Added
RemoteLeadsfield to the LIST and GET lead API.
[Version 2.0.0] - 2025-11-25
Changed
- Documentation - Complete API documentation overhaul with enhanced examples and use cases
Changelog Format
We follow these conventions for changelog entries:
- Added - New features and endpoints
- Changed - Changes to existing functionality
- Fixed - Bug fixes
- Deprecated - Features that will be removed in future versions
- Removed - Features that have been removed
- Security - Security improvements and vulnerability fixes
- Breaking Changes - Changes that require code updates
Version Numbering
We use Semantic Versioning:
- Major (x.0.0) - Breaking changes
- Minor (0.x.0) - New features, backwards compatible
- Patch (0.0.x) - Bug fixes, backwards compatible