Skip to main content
GET
/
memberships
/
cp
/
api
/
subscription-customers
Get current customer's membership subscription profile
curl --request GET \
  --url https://www.myshop.com/apps/memberships/cp/api/subscription-customers
{
  "get__typename": "<string>",
  "id": "<string>",
  "email": "<string>",
  "displayName": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "phone": "<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.

Response

200 - */*

OK

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