Skip to content

App

App is a workspace on Intercom

typestring
Default:"app"
Example:"app"
id_codestring

The id of the app.

Example:"xyz789"
namestring

The name of the app.

Example:"ACME"
regionstring

The Intercom region the app is located in.

Example:"US"
timezonestring

The timezone of the region where the app is located.

Example:"America/Los_Angeles"
created_atinteger

When the app was created.

Example:1671465577
identity_verificationboolean

Whether or not the app uses identity verification.

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