Checks whether the current customer has valid Customer Account API tokens stored. Used by the customer portal to determine if the customer needs to authenticate.
Use Cases:
Response: Returns authentication status and customer ID.
Authentication: Customer must be logged in via Shopify customer session
curl --request GET \
--url https://www.myshop.com/apps/subscriptions/cp/api/customer-account-api/status{
"authenticated": true,
"customerId": "123456789"
}Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication status retrieved successfully
curl --request GET \
--url https://www.myshop.com/apps/subscriptions/cp/api/customer-account-api/status{
"authenticated": true,
"customerId": "123456789"
}