Groove · Authentication Profile

Groove Authentication

Authentication

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

Customer SupportHelpdeskShared InboxKnowledge BaseConversationsLive Chat
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

bearerAuth http
scheme: bearer
accessTokenQuery apiKey
· in: query (access_token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/groove-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: OAuth 2.0 / personal access token via Authorization header.
  sources:
  - openapi/groove-openapi.yml
- name: accessTokenQuery
  type: apiKey
  in: query
  parameter: access_token
  description: Access token passed as a URL query parameter.
  sources:
  - openapi/groove-openapi.yml