First Street · Authentication Profile

First Street Authentication

Authentication

First Street secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

EnvironmentModelingRiskClimate
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

apiKeyQuery apiKey
· in: query (key)
bearerAuth http
scheme: bearer

Source

Authentication Profile

first-street-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/first-street-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: apiKeyQuery
  type: apiKey
  in: query
  parameter: key
  sources:
  - openapi/first-street-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  sources:
  - openapi/first-street-openapi.yml