Skip to main content
GET
/
api
/
external
/
v2
/
subscription-customers
/
{customerId}
Get subscription customer details
curl --request GET \
  --url https://membership-admin.appstle.com/api/external/v2/subscription-customers/{customerId}
{
  "get__typename": "<string>",
  "id": "<string>",
  "email": "<string>",
  "displayName": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "phone": "<string>"
}

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

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 details retrieved successfully. Returns full Shopify Customer object with all fields populated.

get__typename
string
id
string
email
string
deprecated
displayName
string
firstName
string
lastName
string
phone
string
deprecated