Improved

2026 April Week 2 release: Updates to existing APIs

Summary: Updated APIs for Digital Sales Room. Updated APIs for Integration.

Digital Sales Room

Link to the documentation

Digital Sales Room (v v1)


What's Changed


GET /v1/dsrs/{id}
Return Type:

Changed response : 200 OK

Returns the full DSR object including name, shareable link URL, content items, co-branding, layout widgets, sharing settings, and creator identity.

  • Changed content type : application/json
GET /v1/dsrs
Return Type:

Changed response : 200 OK

OK

  • Changed content type : application/json
POST /v1/dsrs
Request:

Changed content type : application/json

Result


API changes are backward compatible

Integration

Link to the documentation

Integration (v v2)


What's Changed


POST /integration/v2/workspace/urls
Request:

Changed content type : application/json

  • Added property description (string)
  • Added property thumbnail (string)
  • Added property urlMode (object)
    Enum values:
    • Dialog
    • NewPage

Result


API changes are backward compatible