Bridge · Authentication Profile

Bridge Mls Authentication

Authentication

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

Real EstateMLSRESOListingsProperty DataBrokersData Distribution
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

BearerAuth http
scheme: bearer
AccessToken apiKey
· in: query (access_token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bridge-reso-web-api-openapi.yml, openapi/bridge-web-api-openapi.yml, openapi/bridge-webhooks-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: opaque
  description: '`Authorization: Bearer {access_token}` issued by Bridge per dataset.'
  sources:
  - openapi/bridge-reso-web-api-openapi.yml
- name: AccessToken
  type: apiKey
  in: query
  parameter: access_token
  description: Per-dataset access token passed as a query parameter.
  sources:
  - openapi/bridge-reso-web-api-openapi.yml
  - openapi/bridge-web-api-openapi.yml
  - openapi/bridge-webhooks-api-openapi.yml