Introduction
SCAYLE Omnichannel API is a REST API enabling integration of online and on-site stores. You can use it to locate nearby stores and identify available items needed for click-and-collect or reservations.
For more details, see the Omnichannel API Developer Guide
Request
Base URL
Access your Omnichannel API by calling https://{{tenant-space}}-omnichannel.addon.scayle.cloud/api/v1
.
If your Tenant is "acme" and the space is "live" the Omnichannel API URL is:
https://acme-live-omnichannel.addon.scayle.cloud/api/v1
Header
- Authorization Bearer Token
- Content-Type application/json
How to Use
- Generate access token via the login/register endpoint of the Auth Api.
- Use the access token as Bearer token for authentication.
- Use the
https://{{tenant-space}}-omnichannel.addon.scayle.cloud/api/v1
as the base URL.
Download Full Reference
Using Postman or similar tools? You can download this reference as a JSON file and import it to start sending requests directly.