latestSwagger 2.0Apache 2.02026-08-0824630.2 KB

4f44976989c8

App

Retrieve a single App

get/apps/app/{appId}

Path parameters

appIdstring uuid required

App ID

Response

an App

authenticationobject

Optional authentication information, used for Google Drive and Dropbox

createdAtstring
updatedAtstring
domainstring required

The domain name or bucket name

filestring required

The file name for the screenshot

folderstring required

The folder where the screenshot should be uploaded

idstring uuid required
namestring required
type'S3' | 'Azure' | 'GDrive' | 'Dropbox' | 'RSS' | 'Slack' | 'FTP' | 'Webhook' | 'SFTP'
verifiedboolean

whether the App was verified by the user or not

Example response

{
  "createdAt": "2019-10-09T02:43:15.281Z",
  "updatedAt": "2019-10-09T02:43:15.281Z",
  "file": "captures/<domain>.png",
  "folder": "<domain>.",
  "id": "204347e0-eaf8-11e9-ac83-338a9cee6792",
  "name": "My Dropbox"
}