← Back to API index
GET /app/info

Get app configuration

Options

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

App

id

query integer Required

No description in OpenAPI spec.

Responses

200

App configuration

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