Skip to main content
GET
/
api
/
dashboard
/
merchant
/
checkout-theme
Get Checkout Theme
curl --request GET \
  --url https://api.example.com/api/dashboard/merchant/checkout-theme
{
  "logo_url": "<string>",
  "primary_color": "<string>",
  "background_color": "<string>",
  "font": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null
X-API-Key
string | null
X-Stella-Merchant-Id
string | null

Response

Successful Response

Read shape for the dashboard panel — same surface as the public /api/storefront/theme minus identity fields.

logo_url
string | null
primary_color
string | null
background_color
string | null
font
string | null