← Back to API index
GET /app/list

List user apps

Options

Options are grouped for easier scanning, similar to parameter-focused docs.

App

key

query string Optional

API key (optional if using JWT bearer token)

API key used for authentication. Use either the `key` query parameter or `X-API-KEY` header.

Responses

200

App list

{
  "success": true,
  "data": {
    "default_path_template": "screenshotCenter/{domain}/{yyyy}{mm}{dd}-{id}.png",
    "apps": [
      {
        "id": 12,
        "app_id": "marketing-drive",
        "type": "gdrive",
        "name": "Marketing Drive",
        "status": "active",
        "isActive": true,
        "createdAt": "2026-02-01T12:00:00.000Z",
        "updatedAt": "2026-02-01T12:00:00.000Z",
        "lastVerifiedAt": "2026-02-01T12:01:00.000Z",
        "lastError": ""
      }
    ]
  }
}