Scout RFP · Authentication Profile

Scout Rfp Authentication

Authentication

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

ProcurementSourcingRFPSupply ChainWorkday
Methods: apiKey Schemes: 3 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (X-Api-Key)
UserTokenAuth apiKey
· in: header (X-User-Token)
UserEmailAuth apiKey
· in: header (X-User-Email)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/scout-rfp-events-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-Api-Key
  description: Company-wide API key
  sources:
  - openapi/scout-rfp-events-openapi.yml
- name: UserTokenAuth
  type: apiKey
  in: header
  parameter: X-User-Token
  description: User-specific API token
  sources:
  - openapi/scout-rfp-events-openapi.yml
- name: UserEmailAuth
  type: apiKey
  in: header
  parameter: X-User-Email
  description: User email address
  sources:
  - openapi/scout-rfp-events-openapi.yml