ComboCurve · Authentication Profile

Combocurve Authentication

Authentication

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

CompanyVertical SoftwareOil and GasEnergyForecastingReservesEconomicsUpstreamPetroleum Engineering
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

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

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/combocurve-openapi.yml
docs: https://docs.api.combocurve.com/api/getting-started
flow:
  style: dual-header
  note: Every request requires BOTH an Authorization signed bearer token AND the x-api-key header.
  credentials_source: https://yourcompany.combocurve.com/company/api-sync (CREATE & DOWNLOAD)
  authorization: Signed JWT bearer token generated from the downloaded Service Account Key.
  api_key: Company API key issued on the ComboCurve API & Sync page.
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: Company API key from the ComboCurve API & Sync page.
  sources:
  - openapi/combocurve-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Signed bearer token generated from the Service Account Key.
  sources:
  - openapi/combocurve-openapi.yml