Coviu · Authentication Profile

Coviu Authentication

Authentication

Coviu secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials, authorizationCode, and refreshToken flow(s).

HealthcareTelehealthAustraliaVirtual CareVideoWebRTCAppointmentsRemote MonitoringREST
Methods: http, oauth2 Schemes: 2 OAuth flows: clientCredentials, authorizationCode, refreshToken API key in:

Security Schemes

Basic http
scheme: basic
ClientCredentials oauth2
· flows: clientCredentials, authorizationCode, refreshToken

Source

Authentication Profile

Raw ↑
generated: '2026-07-24'
method: searched
source: openapi/coviu-rest-api-openapi.json
docs: https://coviu.readme.io/reference/access-token
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - clientCredentials
  - authorizationCode
  - refreshToken
notes: >-
  The Coviu access-token reference (coviu.readme.io/reference/access-token) documents three OAuth2
  grant types at POST /v1/auth/token — client_credentials, authorization_code, and refresh_token —
  all authenticated with HTTP Basic (Client ID as username, Client Secret as password) and an
  application/x-www-form-urlencoded body. The harvested OpenAPI only declares the clientCredentials
  flow, so the authorizationCode and refreshToken flows are sourced from the docs.
schemes:
- name: Basic
  type: http
  scheme: basic
  description: Used to request an access token. Supply the Client ID and Client Secret as the
    username and password.
  sources:
  - openapi/coviu-rest-api-openapi.json
- name: ClientCredentials
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: /v1/auth/token
    scopes: 0
  - flow: authorizationCode
    tokenUrl: /v1/auth/token
    source: https://coviu.readme.io/reference/access-token
  - flow: refreshToken
    tokenUrl: /v1/auth/token
    source: https://coviu.readme.io/reference/access-token
  sources:
  - openapi/coviu-rest-api-openapi.json
  - https://coviu.readme.io/reference/access-token