Gainsight · JSON Structure

Gainsight Structure

Structural overview of the Gainsight API surface; extracted from openapi/.

Type: Properties: 0

Gainsight Structure is a JSON Structure definition published by Gainsight.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Gainsight",
  "providerId": "gainsight",
  "kind": "json-structure",
  "description": "Structural overview of the Gainsight API surface; extracted from openapi/.",
  "schemaCount": 9,
  "operationCount": 15,
  "schemas": [
    {
      "name": "User",
      "type": "object",
      "propertyCount": 17,
      "required": []
    },
    {
      "name": "UserInput",
      "type": "object",
      "propertyCount": 10,
      "required": [
        "identifyId"
      ]
    },
    {
      "name": "Account",
      "type": "object",
      "propertyCount": 10,
      "required": []
    },
    {
      "name": "AccountInput",
      "type": "object",
      "propertyCount": 6,
      "required": [
        "id",
        "name"
      ]
    },
    {
      "name": "Feature",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "CustomEvent",
      "type": "object",
      "propertyCount": 7,
      "required": [
        "identifyId",
        "eventName"
      ]
    },
    {
      "name": "Engagement",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "Subscription",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "SubscriptionInput",
      "type": "object",
      "propertyCount": 3,
      "required": [
        "name",
        "callbackUrl",
        "eventType"
      ]
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/users",
      "operationId": "listUsers",
      "summary": "Gainsight List users",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "POST",
      "path": "/users",
      "operationId": "createUser",
      "summary": "Gainsight Create or update a user",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "GET",
      "path": "/users/{userId}",
      "operationId": "getUser",
      "summary": "Gainsight Get a user",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "DELETE",
      "path": "/users/{userId}",
      "operationId": "deleteUser",
      "summary": "Gainsight Delete a user",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "PATCH",
      "path": "/users/{userId}",
      "operationId": "updateUser",
      "summary": "Gainsight Update a user",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "GET",
      "path": "/accounts",
      "operationId": "listAccounts",
      "summary": "Gainsight List accounts",
      "tags": [
        "Accounts"
      ]
    },
    {
      "method": "POST",
      "path": "/accounts",
      "operationId": "createAccount",
      "summary": "Gainsight Create or update an account",
      "tags": [
        "Accounts"
      ]
    },
    {
      "method": "GET",
      "path": "/accounts/{accountId}",
      "operationId": "getAccount",
      "summary": "Gainsight Get an account",
      "tags": [
        "Accounts"
      ]
    },
    {
      "method": "DELETE",
      "path": "/accounts/{accountId}",
      "operationId": "deleteAccount",
      "summary": "Gainsight Delete an account",
      "tags": [
        "Accounts"
      ]
    },
    {
      "method": "PATCH",
      "path": "/accounts/{accountId}",
      "operationId": "updateAccount",
      "summary": "Gainsight Update an account",
      "tags": [
        "Accounts"
      ]
    },
    {
      "method": "GET",
      "path": "/feature_match",
      "operationId": "listFeatures",
      "summary": "Gainsight List features",
      "tags": [
        "Feature Match"
      ]
    },
    {
      "method": "POST",
      "path": "/custom_events",
      "operationId": "sendCustomEvent",
      "summary": "Gainsight Send a custom event",
      "tags": [
        "Custom Events"
      ]
    },
    {
      "method": "GET",
      "path": "/engagements",
      "operationId": "listEngagements",
      "summary": "Gainsight List engagements",
      "tags": [
        "Engagements"
      ]
    },
    {
      "method": "GET",
      "path": "/subscriptions",
      "operationId": "listSubscriptions",
      "summary": "Gainsight List event subscriptions",
      "tags": [
        "Subscription"
      ]
    },
    {
      "method": "POST",
      "path": "/subscriptions",
      "operationId": "createSubscription",
      "summary": "Gainsight Create an event subscription",
      "tags": [
        "Subscription"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/gainsight-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.