Authentication
Customer Account API uses access token generated via Authentication API for authentication.
How to use
- Generate access token via the login/register endpoint of the Authentication API.
- Use the access token as a bearer token for authentication.
- Use the
https://{{tenant-space}}.checkout.api.scayle.cloud/apias the base URL.
Authorization
Bearer {{accessToken}} required
Provide the Authentication API access token.
Content-type
application/json required
Set the content type on the expected response to JSON.
X-Shop-Id
{{shopId}} required
Use the ID for the current shop.
Requests
Base URLhttps://{{tenant-space}}.checkout.api.scayle.cloud/api
All requests must be made over HTTPS.
Header
- Authorization Bearer Token
- Content-Type
application/json - X-Shop-Id
shopId