# Sales Layer DAM REST API (2.0.0)

The Sales Layer DAM REST API lets external systems work with image assets managed by Sales Layer.

Use this reference when you need to list and filter images, retrieve individual image records by reference, or remove assets that are no longer required by your catalog workflows.

DAM operations are designed for integrations that keep media libraries, product imagery, commerce platforms, supplier portals, and other business systems aligned with Sales Layer. For implementation guidance, review the authentication, pagination, rate limiting, and error handling guides before calling the endpoints below.

## Servers

Sales Layer DAM API

https://api2.saleslayer.com/dam

## Images

### Operations
- **get** /images
- **get** /images({reference})
- **delete** /images({reference})
