dam.md

DAM REST API overview

The DAM REST API is used to integrate external systems with Sales Layer digital asset management capabilities.

It focuses on image resources. An integration can list images, retrieve individual images by reference, and delete images when they are no longer needed.

Use this API when an external system needs to keep product images, media references, or asset metadata aligned with Sales Layer.

Main capabilities

Capability What it is used for
List and filter images Retrieve image records and narrow results by supported query parameters.
Retrieve a single image Get the full record for a specific image by its reference (filename).
Delete images Remove an image resource by its reference (filename).

Endpoint summary

Method Path Functional description
GET /dam/images Retrieves image records. Use this endpoint to search, filter, sort, and paginate DAM images.
GET /dam/images({reference}) Retrieves the full record for a single image by its reference (the image filename, unique per tenant).
DELETE /dam/images({reference}) Deletes an image resource by its reference (filename) when it can be safely removed.

Typical integration scenarios

Use the DAM REST API to:

Before implementing

Make sure your integration:

Technical reference

Use the DAM REST API v2.0 OpenAPI reference for request parameters, schemas, examples, and status codes.