cURL
curl --request GET \ --url https://api.pandabase.io/v2/storefront/stores/{storeId}
{ "ok": true, "data": { "id": "<string>", "name": "<string>", "handle": "<string>", "description": "<string>", "category": [ "<string>" ], "slug": "<string>", "summary": "<string>", "logo": "<string>", "favicon": "<string>", "accentColor": "<string>", "primaryColor": "<string>", "supportEmail": "<string>", "twitterUrl": "<string>", "instagramUrl": "<string>", "linkedinUrl": "<string>", "youtubeUrl": "<string>", "tiktokUrl": "<string>" } }
Returns public store information including branding, description, and social links.
Store ID (shp_ prefix)
Store details
Show child attributes