Freshpaint · Authentication Profile

Freshpaint Authentication

Authentication

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

Customer Data PlatformEvent TrackingHealthcareHIPAAPrivacyAnalytics
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

EnvironmentToken apiKey
· in: query (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/freshpaint-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: EnvironmentToken
  type: apiKey
  in: query
  parameter: token
  description: Freshpaint authenticates server-side events with your environment ID (token).
    The token is supplied inside the event payload as properties.token rather than as a header
    or query string; this scheme documents the token-based, in-body authentication used by the
    HTTP API. Obtain the token from the Server Side API section of the Sources page in the Freshpaint
    app.
  sources:
  - openapi/freshpaint-openapi.yml