Automatically generates and emails a secure magic link to the customer for accessing their subscription management portal. This is a convenience endpoint that combines token generation and email delivery in a single API call.
Key Features:
Email Contents: The sent email typically includes:
Workflow:
Email Template Customization: Email appearance and content can be customized via:
Common Use Cases:
Integration Example:
GET /api/external/v2/subscription-contracts-email-magic-link?
email=customer@example.com&
api_key=your_api_key
This sends a magic link email to customer@example.com for portal access.
Error Handling:
Email Delivery Notes:
Security Considerations:
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/subscription-contracts-email-magic-link"<string>"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.
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-contracts-email-magic-link"<string>"