Airstack · Authentication Profile

Airstack Authentication

Authentication

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

Web3BlockchainGraphQLNFTTokensOn-Chain DataEthereumPolygonBaseENSPOAPSocial GraphWalletIdentity
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (x-airstack-hubs)
ApiKeyAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/farcaster-hub-rest-api.json, openapi/farcaster-webhooks-api.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-airstack-hubs
  sources:
  - openapi/farcaster-hub-rest-api.json
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/farcaster-webhooks-api.json