Retrieves custom CSS styles configured for subscription widgets and customer portal. These styles allow merchants to customize the visual appearance of subscription elements to match their brand.
Use Cases:
Authentication: Requires API key authentication via X-API-Key header or api_key parameter
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-custom-csses/{id}{
"shop": "<string>",
"id": 123,
"customCss": "<string>",
"customerPoratlCSS": "<string>",
"bundlingCSS": "<string>",
"bundlingIframeCSS": "<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.
API Key for authentication (Preferred method - use this instead of api_key parameter)
Shop identifier
API Key (Deprecated - Use Header X-API-Key instead)
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-custom-csses/{id}{
"shop": "<string>",
"id": 123,
"customCss": "<string>",
"customerPoratlCSS": "<string>",
"bundlingCSS": "<string>",
"bundlingIframeCSS": "<string>"
}