GET
/article/<type>/<slug>Returns localized article payload as JSON (default locale plus available localized variants).
/article/<type>/<slug>Returns localized article payload as JSON (default locale plus available localized variants).
/article/<type>/<slug>/renderReturns rendered HTML for embedding. Renders body when available, otherwise PDF fallback when present.
/gard-wrapped/<crmId>Renders a Gard Wrapped page for the legal entity with the given CRM ID.
Links below currently use real slugs and are ready to test.
The /render endpoint returns an HTML fragment (not a full HTML document).
For iframe/direct-view/testing flows, use withStyling=true.
For fragment embedding via innerHTML, load article.css and article.js in the parent app for the most reliable styling and behavior.
Build an insight /render URL by selecting which params to include.
/article/insight/chinese-australian-trade-wars-implications-for-shipping/render| Parameter | Applies to | Description |
|---|---|---|
env | /article/<type>/<slug>/render | Contentful environment override. Accepted values: dev, test, master. Invalid or missing values fall back to master. |
disclaimer | /article/<type>/<slug>/render | Disclaimer is shown only when set to true (case-insensitive) and the article type supports disclaimers. |
withStyling | /article/<type>/<slug>/render | When true, prepends article.css and appends article.js to the rendered HTML. Primarily intended for iframe/direct-view/testing flows. |
(none) | /article/<type>/<slug> | This endpoint currently ignores query parameters and returns all available configured locales in the JSON payload. |