Hull · Authentication Profile

Hull Authentication

Authentication

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

CompanyCustomer Data PlatformCDPIdentity ResolutionData IntegrationCustomer DataMarketingReal-TimeiPaaSAnalytics
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header, query

Security Schemes

HullAppId apiKey
· in: header (Hull-App-Id)
HullAccessToken apiKey
· in: header (Hull-Access-Token)
QueryParamAuth apiKey
· in: query (id)

Source

Authentication Profile

hull-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://www.hull.io/docs/reference/http_api/authentication/
summary:
  types: [apiKey, http]
  api_key_in: [header, query]
  oauth2_flows: []
  notes: >-
    Hull authenticates with a Connector ID and a Connector Secret (or a
    user/account-scoped JSON Web Token) passed in custom HTTP headers. There is
    no OAuth2 authorization server and no scope surface; access is scoped by the
    Connector and, for user/account operations, by the claims embedded in the JWT.
schemes:
  - name: HullAppId
    type: apiKey
    in: header
    parameter: Hull-App-Id
    description: The Connector ID, found in any connector settings pane.
    sources: [docs]
  - name: HullAccessToken
    type: apiKey
    in: header
    parameter: Hull-Access-Token
    description: >-
      Either the Connector Secret (server-side) or a user/account-scoped JSON Web
      Token generated by the Hull client. The JWT carries identity claims and is
      how you submit events/attributes "as a user" or "as an account".
    sources: [docs]
  - name: QueryParamAuth
    type: apiKey
    in: query
    parameter: id
    description: >-
      App ID (id) and Access Token (secret) may also be passed as query
      parameters, though Hull strongly discourages it. Never expose the Connector
      Secret on the client side.
    sources: [docs]
jwt:
  header: Hull-Access-Token
  purpose: user/account identity claims (Identity Resolution)
  docs: https://www.hull.io/docs/reference/identity_resolution/
firehose_auth:
  description: >-
    When sending data to the Firehose, a JWT is passed per batch entry in
    headers["Hull-Access-Token"], carrying the claims for that command.
  docs: https://www.hull.io/docs/reference/http_api/authentication/

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/hull-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.