REST Resource: accounts.apps

  • The App resource represents an app in Checks.

  • An App has a resource name (name) and a title (title).

  • You can get a specific app or list all apps under a given account using the available methods.

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.