Sales Layer API documentation
Build integrations with Sales Layer REST APIs
Technical guides and OpenAPI reference for teams that connect Sales Layer with external systems, automate workflows, and manage digital asset operations.
Current references
DAM REST API v2.0 and Catalog REST API v2.0
The current OpenAPI references cover DAM image operations and Catalog resources such as products, variants, categories, attribute sets, custom entities, metadata, and changelogs.
Base URL
https://api2.saleslayer.comAuthentication
X-API-KEYSpecification
OpenAPI 3.0.1Guides
Integration essentials
Example
Make a request
curl -X GET 'https://api2.saleslayer.com/dam/image?$top=10' \ -H 'X-API-KEY: YOUR_API_KEY'