Gainsight · Schema

Gainsight Company

Represents a company record in Gainsight CS, the primary account object for tracking customer success relationships, health scores, and revenue metrics.

Properties

Name Type Description
Gsid string Gainsight unique identifier for the company record
Name string Company name
Industry string Industry classification
ARR number Annual recurring revenue
MRR number Monthly recurring revenue
LifecycleStage string Current customer lifecycle stage
Stage string Company stage
Status string Company status (e.g., Active, Churned)
CSMName string Name of the assigned Customer Success Manager
Employees integer Number of employees
OriginalContractDate string Original contract start date
RenewalDate string Next renewal date
OverallScore number Overall health score value
CurrScoreId string Current health score identifier
SfdcAccountId string Linked Salesforce account ID
ParentCompanyId string Parent company Gsid for hierarchical relationships
CreatedDate string Record creation timestamp
ModifiedDate string Record last modification timestamp
View JSON Schema on GitHub

JSON Schema

gainsight-company-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.gainsight.com/schemas/gainsight/company.json",
  "title": "Gainsight Company",
  "description": "Represents a company record in Gainsight CS, the primary account object for tracking customer success relationships, health scores, and revenue metrics.",
  "type": "object",
  "required": ["Name"],
  "properties": {
    "Gsid": {
      "type": "string",
      "description": "Gainsight unique identifier for the company record"
    },
    "Name": {
      "type": "string",
      "description": "Company name",
      "minLength": 1,
      "maxLength": 255
    },
    "Industry": {
      "type": "string",
      "description": "Industry classification"
    },
    "ARR": {
      "type": "number",
      "description": "Annual recurring revenue",
      "minimum": 0
    },
    "MRR": {
      "type": "number",
      "description": "Monthly recurring revenue",
      "minimum": 0
    },
    "LifecycleStage": {
      "type": "string",
      "description": "Current customer lifecycle stage"
    },
    "Stage": {
      "type": "string",
      "description": "Company stage"
    },
    "Status": {
      "type": "string",
      "description": "Company status (e.g., Active, Churned)"
    },
    "CSMName": {
      "type": "string",
      "description": "Name of the assigned Customer Success Manager"
    },
    "Employees": {
      "type": "integer",
      "description": "Number of employees",
      "minimum": 0
    },
    "OriginalContractDate": {
      "type": "string",
      "format": "date",
      "description": "Original contract start date"
    },
    "RenewalDate": {
      "type": "string",
      "format": "date",
      "description": "Next renewal date"
    },
    "OverallScore": {
      "type": "number",
      "description": "Overall health score value"
    },
    "CurrScoreId": {
      "type": "string",
      "description": "Current health score identifier"
    },
    "SfdcAccountId": {
      "type": "string",
      "description": "Linked Salesforce account ID"
    },
    "ParentCompanyId": {
      "type": "string",
      "description": "Parent company Gsid for hierarchical relationships"
    },
    "CreatedDate": {
      "type": "string",
      "format": "date-time",
      "description": "Record creation timestamp"
    },
    "ModifiedDate": {
      "type": "string",
      "format": "date-time",
      "description": "Record last modification timestamp"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gainsight-company"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.