authentication.md

Authentication

Sales Layer REST API operations require an API key sent in the X-API-KEY request header.

The API key identifies the customer account and authorizes access to the APIs available for that account.

Required header

Send the API key in every request:

X-API-KEY: YOUR_API_KEY

Replace YOUR_API_KEY with the key provided for your Sales Layer account.

Example request

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

How to obtain an API key

To obtain an API key, contact Sales Layer support or your account representative.

Use this email address:

support@saleslayer.com

When requesting access, include enough context for the Sales Layer team to identify the account and the intended integration.

Recommended information:

Security recommendations

Treat API keys as secrets:

Failed authentication

Requests without a valid API key are rejected.

Common causes:

Troubleshooting checklist

Before contacting support, verify:

Support

For technical support, API questions, or help getting access to an API key, contact Sales Layer support or your account representative.