Modelobject

integration_models.Status

Properties

integration_models.Statusobject
connected
boolean
if the integration is connected
connection_user
string
optional status information
connection_user_email
string
No description.
has_custom_options
boolean
defines if the integration has a custom options for configuration
has_prerequisites
boolean
defines if the integration has prerequisites e.g. you need some settings to use the integration for example waiting for general approval in pleo
is_accounting
boolean
defines if the integration is an accounting integration
is_custom_connect
boolean
defines if the integration has a custom connect the other option is oauth2
is_feature_toggled
boolean
defines if the integration is feature toggled
is_oauth2
boolean
if the integration uses oauth2
is_user
boolean
defines if the integration connects users
is_webhook
boolean
defines if the integration is a webhook integration
last_successful_sync
integer
last successful sync
last_sync
integer
last sync
last_sync_error
string
last sync error
refresh_token_expiry
integer
refresh token expires in seconds

Example

JSON
{
  "connected": true,
  "connection_user": "string",
  "connection_user_email": "string",
  "has_custom_options": true,
  "has_prerequisites": true,
  "is_accounting": true,
  "is_custom_connect": true,
  "is_feature_toggled": true,
  "is_oauth2": true,
  "is_user": true,
  "is_webhook": true,
  "last_successful_sync": 123,
  "last_sync": 123,
  "last_sync_error": "string",
  "refresh_token_expiry": 123
}