Skip to content
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 URLhttps://api2.saleslayer.com
AuthenticationX-API-KEY
SpecificationOpenAPI 3.0.1
Guides

Integration essentials

Quickstart

Make a first authenticated request and confirm API access.

Open guide

Authentication

Send API keys securely and prepare requests for Sales Layer APIs.

Open guide

Rate limiting

Design integrations that behave predictably under operational limits.

Open guide

Recipes

Use practical patterns for DAM imports, catalog reads, and sync jobs.

Open guide
Example

Make a request

curl -X GET 'https://api2.saleslayer.com/dam/image?$top=10' \
  -H 'X-API-KEY: YOUR_API_KEY'