Sales Layer API documentation
Build integrations with Sales Layer REST APIs
Technical guides and OpenAPI reference for teams integrating Sales Layer's PIM, product catalog, and DAM data with ecommerce, ERP, marketplace, and internal systems.
Current references
DAM REST API v2.0 and Catalog REST API v2.0
The current OpenAPI references cover DAM image operations and PIM 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/images?$top=10' \ -H 'X-API-KEY: YOUR_API_KEY'