Integrations›App Registry
The App Registry is the marketplace backend behind installable Storentia apps — think of it as the App Store side of the platform, separate from the storefront API.
A multi-tenant registry service with three contexts: public (browsing), store (installing/managing apps for one store), and admin (publishing apps and categories). Store credentials submitted during installation are encrypted at rest with AES-256-GCM.
GET /v1/public/apps — list published applicationsGET /v1/public/apps/:id — app detailGET /v1/public/categories — list categoriesAuthenticated — manage installations for a store you own:
GET /v1/store/installations — list installed appsPOST /v1/store/installations — install an appPOST /v1/store/installations/:id/credentials — configure encrypted credentialsPATCH /v1/store/installations/:id/toggle — enable/disableDELETE /v1/store/installations/:id — uninstall