Pure Storage · Authentication Profile

Pure Storage Authentication

Authentication

Pure Storage secures its APIs with apiKey across 3 declared security schemes, as derived from its OpenAPI definitions.

StorageData StorageFlash StorageEnterprise StorageCloud StorageObject StorageFile StorageBlock StorageKubernetes StorageInfrastructure
Methods: apiKey Schemes: 3 OAuth flows: API key in: header

Security Schemes

AuthorizationHeader apiKey
· in: header (x-auth-token)
ApiToken apiKey
· in: header (api-token)
AuthorizationHeader apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/flashblade-rest-api-openapi.yml, openapi/pure1-cloud-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: AuthorizationHeader
  type: apiKey
  in: header
  parameter: x-auth-token
  sources:
  - openapi/flashblade-rest-api-openapi.yml
- name: ApiToken
  type: apiKey
  in: header
  parameter: api-token
  sources:
  - openapi/flashblade-rest-api-openapi.yml
- name: AuthorizationHeader
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/pure1-cloud-api-openapi.yml