Placer · Authentication Profile

Placer Authentication

Authentication

Placer secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyLocation AnalyticsFoot TrafficGeospatialRetail AnalyticsReal EstateConsumer InsightsData
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

api_key apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/placer-papi-openapi.json
docs: https://docs.placer.ai/reference/getting-started
notes: >-
  The Placer API (PAPI) authenticates every request with a static API key
  passed in the `x-api-key` HTTP header. Keys are issued/managed by Placer
  (contact a CSM or the MyZone Support Portal). A missing or invalid key
  returns HTTP 403 ("Forbidden, wrong or missing API Key").
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: api_key
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/placer-papi-openapi.json