Authentication
Customer Account API uses access token generated via Checkout Authentication API for authentication.
How to use
- Generate access token via the login/register endpoint of the Checkout Authentication API.
- Use the access token as a bearer token for authentication.
- Use the
https://{{tenant-space}}.checkout.api.scayle.cloud/api
as the base URL.
Authorization
Bearer {{accessToken}}
required
Provide the Checkout 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