id
query integer Required No description in OpenAPI spec.
/app/info Get app configuration
Options are grouped for easier scanning, similar to parameter-focused docs.
idinteger Required No description in OpenAPI spec.
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"
}
}
}