Skip to main content
GET
/
storefronts
/
{platformId}
/
readiness
Get storefront readiness
curl --request GET \
  --url https://api.agentic.scope3.com/api/v2/partner/storefronts/{platformId}/readiness \
  --header 'Authorization: Bearer <token>'
{
  "platformId": "<string>",
  "status": "ready",
  "checks": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "category": "<string>",
      "status": "complete",
      "isBlocker": true,
      "method": "<string>",
      "details": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

platformId
string
required

Storefront platform ID slug

Minimum string length: 1
Example:

"cvs-media"

Response

Get storefront readiness

Storefront readiness assessment

platformId
string
required
status
enum<string>
required

Overall storefront readiness status

Available options:
ready,
blocked
checks
object[]
required