Skip to main content
GET
/
api
/
external
/
v2
/
customer-portal-token
Generate customer portal authentication token
curl --request GET \
  --url https://subscription-admin.appstle.com/api/external/v2/customer-portal-token
{
  "customerId": 12345,
  "token": "eyJhbGciOiJIUzI1NiJ9.eyJjdXN0b21lcklkIjoxMjM0NSwic2hvcCI6Im15c3RvcmUubXlzaG9waWZ5LmNvbSIsInRpbWVzdGFtcCI6MTcwOTU2MjAwMH0.abc123xyz789"
}

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

API Key (Deprecated - Use Header X-API-Key instead)

customerId
string

Customer ID

email
string

Customer email

Response

Successfully generated customer portal token

customerId
integer<int64>
token
string
appstleExternalToken
string