Salesgraph · Authentication Profile

Salesgraph Authentication

Authentication

Salesgraph secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanySalesRevenue AutomationGo-To-MarketAI AgentsMCPSales IntelligenceCompetitive IntelligenceResearchEnterprise Sales
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
apiKeyAuth apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/salesgraph-openapi.yml
docs: https://docs.salesgraph.com/authentication
key_format: sg_live_ prefix; shown once at creation; created at dashboard Settings -> API Keys; non-expiring but revocable
scope: per-organization; async run ids are org-isolated
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: 'Send your Salesgraph API key as `Authorization: Bearer sg_live_...`.'
  sources:
  - openapi/salesgraph-openapi.yml
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: 'Alternative header — send your Salesgraph API key as `x-api-key: sg_live_...`.'
  sources:
  - openapi/salesgraph-openapi.yml