Olark · Authentication Profile

Olark Authentication

Authentication

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

Live ChatCustomer SupportChatbotsCustomer EngagementMessagingAccessibility
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

OlarkSiteId apiKey
· in: query (site_id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/olark-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: OlarkSiteId
  type: apiKey
  in: query
  parameter: site_id
  description: |-
    Olark identifies an installation via a public site identifier
    (e.g. `1234-456-78-9810`) passed client-side to `olark.identify()`.
    It is not a secret and is included here only to make the
    identification mechanism explicit in the OpenAPI contract.
  sources:
  - openapi/olark-openapi.yml