> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
> Use this file to discover all available pages before exploring further.

# List installable apps

> Apps the account can install: approved apps plus drafts owned by the account.

Lists the apps the account can install: every approved app plus any drafts owned
by the calling account. This is the catalog a merchant picks from when
connecting an integration.


## OpenAPI

````yaml get /api/ecommerce-app/available
openapi: 3.0.0
info:
  title: Vambe AI API
  description: Vambe AI documentation
  version: '1.0'
  contact: {}
servers:
  - url: https://api.vambe.me
    description: Production Server
security: []
tags:
  - name: Vambe AI
    description: ''
paths:
  /api/ecommerce-app/available:
    get:
      tags:
        - Custom Ecommerce Apps · Management
      summary: List installable apps
      description: >-
        Apps the account can install: approved apps plus drafts owned by the
        account.
      operationId: EcommerceAppController_getAvailable
      parameters: []
      responses:
        '200':
          description: ''

````