Skip to main content
GET
/
api
/
external
/
v2
/
subscription-custom-csses
/
{id}
Get custom CSS styling configuration
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.

Headers

X-API-Key
string

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

Path Parameters

id
integer<int64>
required

Shop identifier

Query Parameters

api_key
string

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

Response

Custom CSS configuration successfully retrieved

shop
string
required
id
integer<int64>
customCss
string
customerPoratlCSS
string
bundlingCSS
string
bundlingIframeCSS
string