App

App is a workspace on Intercom

type
string
Default: "app"
id_code
string

The id of the app.

name
string

The name of the app.

region
string

The Intercom region the app is located in.

timezone
string

The timezone of the region where the app is located.

created_at
integer

When the app was created.

identity_verification
boolean

Whether or not the app uses identity verification.

{ "type": "app", "id_code": "xyz789", "name": "ACME", "region": "US", "timezone": "America/Los_Angeles", "created_at": 1671465577, "identity_verification": false }