v1.0.1 — April 2, 2025

Added

  • alias in createStory Response
    The createStory endpoint now returns the final widget alias used. This is useful when the provided alias is modified through normalization (e.g., removal of special characters) before being saved.

Fixed

  • More Precise Error Codes
    A selection of endpoints now return more specific and descriptive error codes.

v1.0.0 — March 27, 2025

Added

  • CTA Interactions
    A new interaction type cta is now supported, allowing stories to include call-to-action elements.

  • Parameter: widgetPresetKeepStories
    Added a new optional parameter widgetPresetKeepStories to widget-related endpoints. This controls whether existing stories are retained when a widget preset is applied.

  • API Versioning
    Versioning has been introduced across all endpoints. Endpoints are now accessible via versioned paths (e.g., /v1/...), supporting backward compatibility for future updates.

Changed

  • Unified Media Type
    The separate types image and video have been merged into a single media type. This change applies across request payloads and responses for consistency.

  • getTemplates Response Format
    The response structure of the getTemplates endpoint has been updated to match that of the story creation endpoint, ensuring consistent data formats.

  • Enhanced GET /stories Endpoint
    The GET /stories response now includes story pages and interactions, providing a complete view of story content and behavior.