Skip to main content
GET
/
api
/
external
/
v2
/
customer-payments
/
token
/
{customerId}
Get customer payment token information
curl --request GET \
  --url https://membership-admin.appstle.com/api/external/v2/customer-payments/token/{customerId}
{
  "customerId": 123,
  "token": "<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.

Headers

X-API-Key
string

API Key for authentication (Preferred method - use this instead of api_key parameter)

Path Parameters

customerId
integer<int64>
required

Shopify customer ID

Query Parameters

api_key
string

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

Response

Customer payment token information successfully retrieved

customerId
integer<int64>
token
string