Unified.to · Schema

property_Connection_auth_other_auth_info

When integration.auth_type = "other", this field contains the authentication credentials in the same order as token_names

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-connection-auth-other-auth-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_Connection_auth_other_auth_info",
  "title": "property_Connection_auth_other_auth_info",
  "description": "When integration.auth_type = \"other\", this field contains the authentication credentials in the same order as token_names",
  "items": {
    "type": "string"
  },
  "type": "array"
}