Skip to main content
GET
/
api
/
storefront
/
redirects
Lookup Redirect
curl --request GET \
  --url https://api.example.com/api/storefront/redirects \
  --header 'X-Site-ID: <x-site-id>'
{
  "source_path": "<string>",
  "target_path": "<string>",
  "is_permanent": true
}

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

X-Site-ID
string
required
X-Stella-Token
string | null

Query Parameters

path
string
required
Required string length: 1 - 2048

Response

Successful Response

Storefront response — narrower than dashboard, no row id.

source_path
string
required
target_path
string
required
is_permanent
boolean
required