latestSwagger 2.0Apache 2.02026-08-0824630.2 KB

4f44976989c8

App

Create a new App

put/apps/app/test/verify

Request body

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 request

{
  "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"
}

Response

Verification was done

boolean[] required

[true, ''] if successful, [false, 'error message] if failed