6sense Scribe Scoring and Segments API

Scribe — "The Score Keeper". The only OpenAPI 6sense publishes itself, served anonymously at https://scribe.6sense.com/openapi.json. Covers 12 operations across people scoring, people/company enrichment, the product list, and the partner-only Segments API (list segments, list segment member accounts, validate access). Harvested verbatim 2026-08-13.

OpenAPI Specification

6sense-scribe-openapi.json Raw ↑
{
  "openapi" : "3.0.1",
  "info" : {
    "title" : "Scribe",
    "description" : "Scribe : The Score Keeper",
    "termsOfService" : "https://6sense.com/terms-of-use/",
    "contact" : {
      "url" : "https://6sense.com/",
      "email" : "support@6sense.com"
    },
    "license" : { }
  },
  "security" : [ {
    "API_KEY" : [ "read", "write" ]
  } ],
  "paths" : {
    "/v1/enrichment/company" : {
      "post" : {
        "operationId" : "companyFirmographics",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ScribeEnrichmentResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v1/scoring/people" : {
      "post" : {
        "operationId" : "score",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ScribeResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v2/people/enrichment" : {
      "post" : {
        "operationId" : "getEnrichment",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ScribeEnrichmentResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v2/people/score" : {
      "post" : {
        "operationId" : "getScore",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ScribeScoreResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v2/people/full" : {
      "post" : {
        "operationId" : "getScoreAndEnrichment",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ScribeResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v2/people" : {
      "post" : {
        "operationId" : "scoreV2",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ScribeResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v1/company/products" : {
      "get" : {
        "operationId" : "getProductsList",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ProductResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/company/v1/segment/{segment_id}" : {
      "get" : {
        "operationId" : "getAccountsList",
        "parameters" : [ {
          "name" : "segment_id",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "integer",
            "format" : "int32"
          }
        } ],
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/SegmentAccountsResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : true,
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/company/v1/segments" : {
      "get" : {
        "operationId" : "getSegments",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/OrgToSegmentsResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : true,
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v1/company/segment/{segment_id}" : {
      "get" : {
        "operationId" : "getAccountsList_1",
        "parameters" : [ {
          "name" : "segment_id",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "integer",
            "format" : "int32"
          }
        } ],
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/SegmentAccountsResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : true,
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v1/company/segments" : {
      "get" : {
        "operationId" : "getSegments_1",
        "responses" : {
          "200" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/OrgToSegmentsResponse"
                }
              }
            }
          },
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : true,
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    },
    "/v1/company/validate_access/segments" : {
      "get" : {
        "operationId" : "validateSegment",
        "responses" : {
          "400" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : true,
        "security" : [ {
          "API_KEY" : [ ]
        } ]
      }
    }
  },
  "components" : {
    "schemas" : {
      "Firmographs" : {
        "type" : "object",
        "properties" : {
          "domain" : {
            "type" : "string"
          },
          "name" : {
            "type" : "string"
          },
          "region" : {
            "type" : "string"
          },
          "country" : {
            "type" : "string"
          },
          "countryISOCode" : {
            "type" : "string"
          },
          "state" : {
            "type" : "string"
          },
          "city" : {
            "type" : "string"
          },
          "streetAddress" : {
            "type" : "string"
          },
          "postalCode" : {
            "type" : "string"
          },
          "companyPhone" : {
            "type" : "string"
          },
          "industry" : {
            "type" : "string"
          },
          "employeeRange" : {
            "type" : "string"
          },
          "revenueRange" : {
            "type" : "string"
          },
          "employeeCount" : {
            "type" : "string"
          },
          "annualRevenue" : {
            "type" : "string"
          },
          "segments" : {
            "uniqueItems" : true,
            "type" : "array",
            "items" : {
              "type" : "string"
            }
          },
          "industryV2RankedList" : {
            "type" : "array",
            "writeOnly" : true,
            "items" : {
              "type" : "object",
              "additionalProperties" : {
                "type" : "string"
              }
            }
          },
          "siccode" : {
            "type" : "string"
          },
          "naicscode" : {
            "type" : "string"
          },
          "sicdescription" : {
            "type" : "string"
          },
          "naicsdescription" : {
            "type" : "string"
          },
          "naciscode" : {
            "type" : "string",
            "writeOnly" : true
          },
          "industry_v2" : {
            "type" : "array",
            "items" : {
              "type" : "object",
              "additionalProperties" : {
                "type" : "string"
              }
            }
          }
        }
      },
      "ScribeEnrichmentResponse" : {
        "type" : "object",
        "properties" : {
          "company" : {
            "$ref" : "#/components/schemas/Firmographs"
          },
          "segments" : {
            "$ref" : "#/components/schemas/Segments"
          }
        }
      },
      "Segments" : {
        "type" : "object",
        "properties" : {
          "ids" : {
            "type" : "array",
            "items" : {
              "type" : "integer",
              "format" : "int32"
            }
          },
          "names" : {
            "type" : "array",
            "items" : {
              "type" : "string"
            }
          },
          "list" : {
            "type" : "array",
            "items" : {
              "type" : "object",
              "additionalProperties" : {
                "type" : "object"
              }
            }
          }
        }
      },
      "ErrorResponse" : {
        "type" : "object",
        "properties" : {
          "status" : {
            "type" : "string"
          },
          "message" : {
            "type" : "string"
          }
        }
      },
      "ProductScore" : {
        "type" : "object",
        "properties" : {
          "product" : {
            "type" : "string"
          },
          "company_intent_score" : {
            "type" : "integer",
            "format" : "int32"
          },
          "company_buying_stage" : {
            "type" : "string"
          },
          "company_profile_score" : {
            "type" : "integer",
            "format" : "int32"
          },
          "company_profile_fit" : {
            "type" : "string"
          },
          "contact_intent_score" : {
            "type" : "integer",
            "format" : "int32"
          },
          "contact_grade" : {
            "type" : "string"
          },
          "contact_profile_score" : {
            "type" : "integer",
            "format" : "int32"
          },
          "contact_profile_fit" : {
            "type" : "string"
          }
        }
      },
      "ScribeResponse" : {
        "type" : "object",
        "properties" : {
          "company" : {
            "$ref" : "#/components/schemas/Firmographs"
          },
          "scores" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/ProductScore"
            }
          },
          "segments" : {
            "$ref" : "#/components/schemas/Segments"
          }
        }
      },
      "ScribeScoreResponse" : {
        "type" : "object",
        "properties" : {
          "scores" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/ProductScore"
            }
          }
        }
      },
      "ProductResponse" : {
        "type" : "object",
        "properties" : {
          "org" : {
            "type" : "string"
          },
          "products" : {
            "type" : "array",
            "items" : {
              "type" : "object",
              "additionalProperties" : {
                "type" : "string"
              }
            }
          }
        }
      },
      "Account" : {
        "type" : "object",
        "properties" : {
          "name" : {
            "type" : "string"
          },
          "domain" : {
            "type" : "string"
          },
          "country" : {
            "type" : "string"
          }
        }
      },
      "SegmentAccountsResponse" : {
        "type" : "object",
        "properties" : {
          "count" : {
            "type" : "integer",
            "format" : "int32"
          },
          "created_at" : {
            "type" : "string"
          },
          "accounts" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/Account"
            }
          }
        }
      },
      "OrgToSegmentsResponse" : {
        "type" : "object",
        "properties" : {
          "ids" : {
            "type" : "array",
            "items" : {
              "type" : "integer",
              "format" : "int32"
            }
          },
          "names" : {
            "type" : "array",
            "items" : {
              "type" : "string"
            }
          },
          "list" : {
            "type" : "array",
            "items" : {
              "type" : "object",
              "additionalProperties" : {
                "type" : "object"
              }
            }
          }
        }
      }
    },
    "securitySchemes" : {
      "API_KEY" : {
        "type" : "apiKey",
        "name" : "Authorization",
        "in" : "header"
      }
    }
  }
}