v1.0.1 — April 2, 2025
Added
alias
increateStory
Response
ThecreateStory
endpoint now returns the final widgetalias
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 typecta
is now supported, allowing stories to include call-to-action elements. -
Parameter:
widgetPresetKeepStories
Added a new optional parameterwidgetPresetKeepStories
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 typesimage
andvideo
have been merged into a singlemedia
type. This change applies across request payloads and responses for consistency. -
getTemplates
Response Format
The response structure of thegetTemplates
endpoint has been updated to match that of the story creation endpoint, ensuring consistent data formats. -
Enhanced
GET /stories
Endpoint
TheGET /stories
response now includes storypages
andinteractions
, providing a complete view of story content and behavior.