Table of Contents

Delivery API

The DynamicWeb 10 Delivery API is a read-only REST API for delivering content from DynamicWeb to websites, apps and other external applications. The data delivered depends on the installation:

In a CMS only installation, the delivery API delivers this data:

  • Websites
  • Pages
  • Paragraphs
  • Gridrows
  • Navigation & Urls
  • Translations
  • Users

The delivery API is available on all solutions on the address /dwapi/content/. A Swagger documentation and test UI can be accessed on /dwapi/docs/.

The API can be accessed anonymously, in which case it will return data that is available for anonymous users. Users can also be authenticated and a JWT token is issued. Endpoints can be accessed using the JWT token as a Authorization bearer token header in the request Authorization: Bearer <token>.

You can also explore the delivery API here:

To top