Skip to main content
GET
/
api
/
external
/
v2
/
manage-subscription-link
Generate customer portal access link by customer ID or email
curl --request GET \
  --url https://subscription-admin.appstle.com/api/external/v2/manage-subscription-link
{
  "manageSubscriptionLink": "https://mystore.com/tools/recurring/customer_portal?token=eyJhbGciOiJIUzI1NiJ9.eyJjdXN0b21lcklkIjoxMjM0NSwic2hvcCI6Im15c3RvcmUubXlzaG9waWZ5LmNvbSIsInRpbWVzdGFtcCI6MTcwOTU2MjAwMH0.abc123xyz",
  "tokenExpirationTime": "2024-03-15T14:30:00Z"
}

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.

Headers

X-API-Key
string

Query Parameters

api_key
string
customerId
integer<int64>
emailId
string

Response

Successfully generated manage subscription link

tokenExpirationTime
string<date-time>