BetterCloud · Schema

IntegrationListResponse

List of configured SaaS integrations.

AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

bettercloud-integration-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bettercloud/refs/heads/main/json-schema/bettercloud-integration-list-response-schema.json",
  "title": "IntegrationListResponse",
  "description": "List of configured SaaS integrations.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Integration"
      }
    }
  }
}