REST Resource: accounts.apps

Resource: App

Represents an app in Checks.

JSON representation
{
  "name": string,
  "title": string
}
Fields
name

string

The resource name of the app.

Example: accounts/123/apps/456

title

string

The app's title.

Methods

get

Gets an app.

list

Lists the apps under the given account.