API version 2026-08
Connect your storefront to Pengine.
Access your Pengine custom store's resources through the Store API, and stay updated through signed webhooks.
Your first request
$ curl https://api.pengine.io/store-api/2026-08/stores/$PENGINE_STORE_ID/status \
-H "X-API-Key: $PENGINE_API_KEY"
{
"status": "ok",
"message": "Pengine Store API is up and running!",
"version": "2026-08",
"store": { "id": "ovy3u54frpsl4sd963aja0h1" },
"checkedAt": "2026-08-19T12:37:20.829Z"
}