Safe (Gnosis Safe) · Authentication Profile

Gnosis Safe Authentication

Authentication

Safe (Gnosis Safe) secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

MultisigSmart ContractEthereumWeb3BlockchainDeFiSafeGnosisWallet
Methods: apiKey Schemes: 2 OAuth flows: API key in: cookie, header

Security Schemes

cookieAuth apiKey
· in: cookie (sessionid)
tokenAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/gnosis-safe-transaction-service-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - cookie
  - header
schemes:
- name: cookieAuth
  type: apiKey
  in: cookie
  parameter: sessionid
  sources:
  - openapi/gnosis-safe-transaction-service-openapi.json
- name: tokenAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: Token-based authentication with required prefix "Token"
  sources:
  - openapi/gnosis-safe-transaction-service-openapi.json