GET
/
theme
/
options
Tenant tema seçeneklerini getir
curl --request GET \
  --url https://api.hemenmagaza.com/v1/theme/options \
  --header 'Authorization: Bearer <token>'
{
  "tenant": "<string>",
  "colors": {
    "primary": "<string>",
    "accent": "<string>",
    "background": "<string>",
    "text": "<string>"
  },
  "homepage_sections": [
    "<string>"
  ],
  "logo_url": "<string>",
  "favicon_url": "<string>",
  "font_family": "<string>"
}

Authorizations

Authorization
string
header
required

Authorization: Bearer YOUR_API_TOKEN

Response

Tema seçenekleri.

tenant
string
required
Example:

"velunamora"

colors
object
required
homepage_sections
string[]
required
Example:
[
"hero",
"featured-products",
"categories",
"banners"
]
logo_url
string<uri> | null
favicon_url
string<uri> | null
font_family
string
Example:

"Inter"