Heron · Authentication Profile

Heron Authentication

Authentication

Heron authenticates every API request with a customer-issued API key sent in the x-api-key HTTP header. Keys are managed from the dashboard (Settings -> API Credentials): create, list, deactivate, reactivate, delete, and rotate. Development and production are separated at the credential level — trial / onboarding uses development credentials, and production credentials are issued separately on request. A second key class, the "broker API key", authenticates the broker-submission endpoints and is generated per broker-funder relationship via /api/broker_submissions/api_keys/generate.

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

CompanyFinancial-ServicesDocument AutomationUnderwritingLendingCashflow AnalyticsFintechData EnrichmentBank StatementsTransaction EnrichmentAgent Ready
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header ()
BrokerApiKeyAuth apiKey
· in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-08-14'
method: searched
source: >-
  https://docs.herondata.io/api-reference/authentication, confirmed against the published
  contract openapi/heron-openapi.json (harvested from https://app.herondata.io/swagger), which
  declares exactly one securityScheme — ApiKeyAuth (apiKey, in: header, name: x-api-key) —
  applied at the root security level so it covers all 272 operations.
docs: https://docs.herondata.io/api-reference/authentication
openapi: openapi/heron-openapi.json
spec_confirmation:
  securitySchemes: 1
  scheme: ApiKeyAuth
  applied: root-level security (all operations)
  oauth2_flows: 0
  openIdConnect: false
  mutualTLS: false
description: >-
  Heron authenticates every API request with a customer-issued API key sent in
  the x-api-key HTTP header. Keys are managed from the dashboard (Settings ->
  API Credentials): create, list, deactivate, reactivate, delete, and rotate.
  Development and production are separated at the credential level — trial /
  onboarding uses development credentials, and production credentials are issued
  separately on request. A second key class, the "broker API key", authenticates
  the broker-submission endpoints and is generated per broker-funder
  relationship via /api/broker_submissions/api_keys/generate.
summary:
  types: [apiKey]
  api_key_in: [header]
  oauth2_flows: []
schemes:
  - name: ApiKeyAuth
    type: apiKey
    in: header
    parameter_name: x-api-key
    key_format: key_ followed by 48 hexadecimal characters
    token_visibility: >-
      Full token shown once at creation; only the first 8 characters (prefix)
      are retrievable afterwards.
    sources: [https://docs.herondata.io/api-reference/authentication]
  - name: BrokerApiKeyAuth
    type: apiKey
    in: header
    parameter_name: x-api-key
    scope: broker-submission endpoints only
    generation: POST /api/broker_submissions/api_keys/generate
    sources: [https://docs.herondata.io/api-reference/brokersubmissions/generate-broker-api-key.md]
environments:
  development: Issued for trial / onboarding; separated from production at the credential level.
  production: Issued separately on request (contact your Heron rep / hello@herondata.io).
rejected_status: 401 (deactivated or invalid key)

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/heron-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.