TalkPush · Authentication Profile

Talkpush Authentication

Authentication

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

CompanyRecruitingRecruitment AutomationHuman ResourcesHiringApplicant TrackingConversational AIMessagingCRM
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

ApiKeyQuery apiKey
· in: query (api_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.talkpush.com/docs/getting-started
docs: https://docs.talkpush.com/docs/getting-started
summary:
  types: [apiKey]
  api_key_in: [query]
  oauth2_flows: []
  notes: >-
    The Talkpush API authenticates every request with an API key passed as the
    query parameter `api_key`. The key is scoped to a company workspace; the base
    URL is your company workspace subdomain, e.g.
    https://{subdomain}.talkpush.com/api/talkpush_services. Keys are issued by
    TalkPush support (cs@talkpush.com / admin@talkpush.com) and are not
    self-service. No OAuth, OpenID Connect, or per-scope authorization surface is
    documented; access is company-level via the single API key.
schemes:
- name: ApiKeyQuery
  type: apiKey
  in: query
  parameter: api_key
  required: true
  description: >-
    The API key provided for your application, passed as a query parameter on
    every API call. Contact TalkPush support to obtain or rotate a key.
  sources: [openapi/talkpush-openapi.json]