Improved

2026 September Week 4 release: Updates to existing APIs

Summary: Updated APIs for Channel. Updated APIs for Meeting.

Channel

Link to the documentation

Channel (v v1)


What's Deleted


GET /v1/socials/stream

Get the list of social streams for the current user

POST /v1/socials/stream

Create a new social stream

GET /v1/socials/stream/all

Get the list of all social streams in the tenant

GET /v1/socials/stream/{socialStreamId}

Get the social stream details

PUT /v1/socials/stream/{socialStreamId}

Update the social stream details

DELETE /v1/socials/stream/{socialStreamId}

Delete the social stream

POST /v1/socials/stream/{socialStreamId}/members

Add a member to the social stream

DELETE /v1/socials/stream/{socialStreamId}/members/{memberId}

Remove a member from the social stream

GET /v1/socials/content

Get the list of social content items for the current user

POST /v1/socials/content

Create social content items in one or more streams

GET /v1/socials/content/overview

Get an overview of streams with their most recent content

GET /v1/socials/content/search

Search social content items

GET /v1/socials/content/streams/{streamId}

Get the list of social content items in a stream

GET /v1/socials/content/{contentId}

Get the social content item details

PUT /v1/socials/content/{contentId}

Update the social content item details

DELETE /v1/socials/content/{contentId}

Delete the social content item

POST /v1/socials/content/{contentId}/duplicate

Duplicate the social content item

PATCH /v1/socials/content/{contentId}/compliance

Update the compliance information of the social content item

POST /v1/socials/files/upload

Upload a file for social content

What's Changed


GET /v1/channels
Parameters:

Deleted: limit in query

Maximum number of channels to include in one page of results.
Deleted: offset in query
Number of channels to skip before returning the first channel in the current page.

Return Type:

Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 200 OK

OK

  • Changed content type : application/json
    Changed items (object):
    • Changed property id (string)

      Channel ID

    • Changed property name (string)

      Channel Name

    • Changed property description (string)

      Channel Description

    • Changed property type (string)

      Channel Type - public, restricted, private

POST /v1/channels
Request:

Changed content type : application/json

  • Changed property name (string)

    Channel Name

  • Changed property description (string)

    Channel Description

  • Changed property type (string)

    Channel Type - public, restricted, private

Return Type:

Changed response : 400 Bad Request

Bad Request

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 201 Created

Created

  • Changed content type : application/json
    • Changed property id (string)

      Channel ID

    • Changed property name (string)

      Channel Name

    • Changed property description (string)

      Channel Description

    • Changed property type (string)

      Channel Type - public, restricted, private

DELETE /v1/channels/{channelId}
Parameters:

Changed: channelId in path

Channel ID

Return Type:

Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 404 Not Found

Not Found

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
GET /v1/channels/{channelId}
Parameters:

Changed: channelId in path

Channel ID

Return Type:

Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 404 Not Found

Not Found

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 200 OK

OK

  • Changed content type : application/json
    • Changed property id (string)

      Channel ID

    • Changed property name (string)

      Channel Name

    • Changed property description (string)

      Channel Description

    • Changed property type (string)

      Channel Type - public, restricted, private

PUT /v1/channels/{channelId}
Parameters:

Changed: channelId in path

Channel ID

Request:

Changed content type : application/json

  • Changed property name (string)

    Channel Name

  • Changed property description (string)

    Channel Description

  • Changed property type (string)

    Channel Type - public, restricted, private

Return Type:

Changed response : 400 Bad Request

Bad Request

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 404 Not Found

Not Found

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 200 OK

OK

  • Changed content type : application/json
    • Changed property id (string)

      Channel ID

    • Changed property name (string)

      Channel Name

    • Changed property description (string)

      Channel Description

    • Changed property type (string)

      Channel Type - public, restricted, private

DELETE /v1/posts/{postId}
Parameters:

Changed: postId in path

Post ID

Return Type:

Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 404 Not Found

Not Found

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
GET /v1/posts/{postId}
Parameters:

Changed: postId in path

Post ID

Return Type:

Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 404 Not Found

Not Found

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 200 OK

OK

  • Changed content type : application/json
    • Changed property id (string)

      Post ID

    • Changed property name (string)

      Post Title

    • Changed property body (string)

      Post Body

    • Changed property channelId (string)

      Channel ID

    • Changed property disableComment (boolean)

      Disable Comments

    • Changed property disableReaction (boolean)

      Disable Reactions

    • Changed property author (string)

      Author

    • Changed property authorId (string)

      Author ID

    • Changed property postedAt (string)

      Posted At

    • Changed property modifiedAt (string)

      Modified At

PUT /v1/posts/{postId}
Parameters:

Changed: postId in path

Post ID

Request:

Changed content type : application/json

  • Changed property title (string)

    Post Title

  • Changed property description (string)

    Post Description

  • Changed property channelId (string)

    Channel ID

Return Type:

Changed response : 400 Bad Request

Bad Request

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 404 Not Found

Not Found

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 200 OK

OK

  • Changed content type : application/json
    • Changed property id (string)

      Post ID

    • Changed property name (string)

      Post Title

    • Changed property body (string)

      Post Body

    • Changed property channelId (string)

      Channel ID

    • Changed property disableComment (boolean)

      Disable Comments

    • Changed property disableReaction (boolean)

      Disable Reactions

    • Changed property author (string)

      Author

    • Changed property authorId (string)

      Author ID

    • Changed property postedAt (string)

      Posted At

    • Changed property modifiedAt (string)

      Modified At

GET /v1/channels/{channelId}/posts
Parameters:

Changed: channelId in path

Channel ID

Return Type:

Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 404 Not Found

Not Found

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 200 OK

OK

  • Changed content type : application/json
    • Deleted property entries (array)

      Collection of post detail objects returned for the current page of results; preferred pagination array key for AI agent compatibility.

    • Changed property totalCount (integer)

      Total count of posts

    • Changed property pageCap (integer)

      Page cap

    • Changed property limit (integer)

      Limit

    • Changed property offset (integer)

      Offset

    • Changed property continuationToken (string)

      Continuation token

    • Changed property nextPageLink (string)

      Next page link

    • Changed property posts (array)

      List of posts
      Changed items (object):

      • Changed property id (string)

        Post ID

      • Changed property name (string)

        Post Title

      • Changed property body (string)

        Post Body

      • Changed property channelId (string)

        Channel ID

      • Changed property disableComment (boolean)

        Disable Comments

      • Changed property disableReaction (boolean)

        Disable Reactions

      • Changed property author (string)

        Author

      • Changed property authorId (string)

        Author ID

      • Changed property postedAt (string)

        Posted At

      • Changed property modifiedAt (string)

        Modified At

POST /v1/posts
Request:

Changed content type : application/json

  • Changed property name (string)

    Post Title

  • Changed property description (string)

    Post Description

  • Changed property body (string)

    Post Body

  • Changed property channelId (string)

    Channel ID

Return Type:

Changed response : 400 Bad Request

Bad Request

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 201 Created

OK

  • Changed content type : application/json
    • Changed property id (string)

      Post ID

    • Changed property name (string)

      Post Title

    • Changed property body (string)

      Post Body

    • Changed property channelId (string)

      Channel ID

    • Changed property disableComment (boolean)

      Disable Comments

    • Changed property disableReaction (boolean)

      Disable Reactions

    • Changed property author (string)

      Author

    • Changed property authorId (string)

      Author ID

    • Changed property postedAt (string)

      Posted At

    • Changed property modifiedAt (string)

      Modified At

GET /v1/posts
Parameters:

Deleted: limit in query

Maximum number of posts to include in one page of results, between 1 and 100.
Deleted: offset in query
Number of posts to skip before returning the first post in the current page, used for offset-based pagination.
Deleted: channelId in query
Unique identifier of the channel used to filter posts to only those published in that specific channel.

Return Type:

Changed response : 401 Unauthorized

Unauthorized

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 500 Internal Server Error

Internal Server Error

  • New content type : application/json
  • Deleted content type : application/problem+json
    Changed response : 200 OK

OK

  • Changed content type : application/json
    • Deleted property entries (array)

      Collection of post detail objects returned for the current page of results; preferred pagination array key for AI agent compatibility.

    • Changed property totalCount (integer)

      Total count of posts

    • Changed property pageCap (integer)

      Page cap

    • Changed property limit (integer)

      Limit

    • Changed property offset (integer)

      Offset

    • Changed property continuationToken (string)

      Continuation token

    • Changed property nextPageLink (string)

      Next page link

    • Changed property posts (array)

      List of posts
      Changed items (object):

      • Changed property id (string)

        Post ID

      • Changed property name (string)

        Post Title

      • Changed property body (string)

        Post Body

      • Changed property channelId (string)

        Channel ID

      • Changed property disableComment (boolean)

        Disable Comments

      • Changed property disableReaction (boolean)

        Disable Reactions

      • Changed property author (string)

        Author

      • Changed property authorId (string)

        Author ID

      • Changed property postedAt (string)

        Posted At

      • Changed property modifiedAt (string)

        Modified At

Result


API changes broke backward compatibility

Meeting

Link to the documentation

Meeting (v v1)


What's New


GET /v1/meetings/{meetingId}/crmContexts

Get the CRM contexts (Account/Opportunity associations) for a meeting

PUT /v1/meetings/{meetingId}/crmContexts

Replace the CRM contexts (Account/Opportunity associations) for a meeting

POST /v1/meetings/{meetingEngagementId}/followUpActions/createDSR

Create a follow-up Digital Sales Room (DSR) from a meeting

Result


API changes are backward compatible