Skip to content

StorefrontStatus returns the current status of a storefront as a series of diagnostic checks

You implement thisScope not enforced

GET
/v2/storefront/status/{storefrontId}
curl --request GET \
--url https://your-host.example/v2/storefront/status/example \
--header 'X-Zentail-Signature: <X-Zentail-Signature>' \
--header 'X-Zentail-Timestamp: <X-Zentail-Timestamp>'
storefrontId
required
string

A successful response.

Media typeapplication/json
StorefrontStatusResponse contains the results of all diagnostic checks
object
checks
Array<object>
object
name
string
state
CheckState represents the result state of a diagnostic check
string
default: CHECK_STATE_UNSPECIFIED
Allowed values: CHECK_STATE_UNSPECIFIED CHECK_STATE_PASS CHECK_STATE_FAIL CHECK_STATE_WARNING
stateShortDescription
string
details
string
Example
{
"checks": [
{
"state": "CHECK_STATE_UNSPECIFIED"
}
]
}

An unexpected error response.

Media typeapplication/json
object
code
integer format: int32
message
string
details
Array<object>
object
@type
string
key
additional properties
Examplegenerated
{
"code": 1,
"message": "example",
"details": [
{
"@type": "example"
}
]
}

Sourceapi-proto@afdb30cc via [email protected]

Built0c509dd3

This page describes the source document as deployed: the version listing pinned in its release r2026.09.24.02. A change merged upstream shows up here once it has deployed and the pins are next refreshed.

API changelog