How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Salesgraph OMS API

The Opportunity Management System — query the organization's own visible sales objects, traverse their relationships, inspect where each value came from, and manage continuous, cost-capped research watches on Accounts and Opportunities. The only Salesgraph endpoint family that returns JSON rather than markdown, and the only one carrying an idempotency key. Write intent is never applied directly: an action request returns 202 and waits for a human to approve it.

Salesgraph OMS API is one of 6 APIs that Salesgraph publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include OMS, Sales Data, and Research Watches. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 9 operations across 7 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://salesgraph.com.

9 operations 7 paths 10 schemas 1 DELETE2 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://salesgraph.com/api/v1
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Salesgraph OMS API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the header as x-api-key (apiKeyAuth). By default, every request must be authenticated.

  • bearerAuth — Send your Salesgraph API key as Authorization: Bearer sglive....
  • apiKeyAuth — Alternative header — send your Salesgraph API key as x-api-key: sglive....

Paths & Operations 9

Across 7 paths, the API surfaces 9 operations — 1 DELETE, 2 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

OMS 9

Opportunity Management System — query the organization's visible sales objects, traverse their relationships, inspect provenance, and manage continuous research watches.

GET
/api/v1/oms/metadata
Get visible OMS metadata
getOmsMetadata → 200401
POST
/api/v1/oms/search
Search visible OMS objects
searchOmsObjects body → 200400401403
POST
/api/v1/oms/get
Get one visible OMS object
getOmsObject body → 200400401403404
POST
/api/v1/oms/pivot
Traverse a visible OMS relationship
pivotOmsObject body → 200400401403
POST
/api/v1/oms/provenance
Get visible object provenance
getOmsProvenance body → 200400401404
GET
/api/v1/oms/watches
List research watches
listOmsWatches 1 param → 200401404
POST
/api/v1/oms/watches
Create a research watch
createOmsWatch body → 200400401403
DELETE
/api/v1/oms/watches
Cancel a research watch
cancelOmsWatch 1 param → 200401404
POST
/api/v1/oms/actions
Request an approved OMS action
requestOmsAction body → 202400401403

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are OmsWatch (9 properties), OmsWatchRequest (8 properties), OmsPivotRequest (4 properties), OmsProvenance (3 properties). Each schema is shown below with its type and property counts.

Error
object
1 property 1 required
OmsObjectPage
object
A page of OMS objects.
2 properties
OmsObjectRef
object
A reference to one OMS object by type and PUBLIC key.
2 properties 2 required
OmsPivotRequest
object
A traversal of one named OMS relationship.
4 properties 4 required
OmsProvenance
object
Data lineage for one OMS object.
3 properties
OmsSearchRequest
object
A search over visible OMS objects of one type.
3 properties 1 required
OmsSourcePolicy
object
Optional domain allow/deny policy. Each list accepts up to 25 valid domains and a domain may not appear in both.
2 properties
OmsWatch
object
A continuous research watch.
9 properties
OmsWatchPage
object
A page of research watches.
2 properties
OmsWatchRequest
object
A request to create a continuous research watch.
8 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

salesgraph-oms-api-openapi.yml Raw ↑

Other APIs Salesgraph publishes across the network.

Salesgraph Audit API
Salesgraph Commands API
Salesgraph Runs API
Salesgraph Status API
Salesgraph MCP Server
Where this information came from

This is an independent, third-party profile of Salesgraph OMS API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.