Generates a secure, time-limited magic link that allows customers to access and manage their subscriptions. This passwordless authentication link directs customers to the subscription management portal.
Magic Link Features:
Returned Information:
Customer Portal Capabilities (via Magic Link):
Common Use Cases:
Security Notes:
Integration Best Practices:
Authentication: Requires API key authentication via X-API-Key header or api_key parameter
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/manage-subscription-link/{customerId}{
"manageSubscriptionLink": "https://myshop.com/apps/memberships/cp/manage?token=abc123",
"tokenExpirationTime": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
Shopify customer ID
API Key (Deprecated - Use Header X-API-Key instead)
Magic link generated successfully, returns link URL and expiration time
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/manage-subscription-link/{customerId}{
"manageSubscriptionLink": "https://myshop.com/apps/memberships/cp/manage?token=abc123",
"tokenExpirationTime": "2023-11-07T05:31:56Z"
}