Opkey · Authentication Profile

Opkey Authentication

Authentication

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

CompanyTestingTest AutomationQuality AssuranceDevOpsContinuous IntegrationMobile TestingDevice CloudERPArtificial IntelligenceAgentsMCP
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

basicAuth http
scheme: basic
accessToken apiKey
· in: header (token)

Source

Authentication Profile

Raw ↑
generated: '2026-08-04'
method: derived
source: openapi/opkey-pcloudy-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic with your pCloudy email as the username and your API access key as
    the password. Used only by GET /api/access to mint an access token.
  sources:
  - openapi/opkey-pcloudy-openapi.yml
- name: accessToken
  type: apiKey
  in: header
  parameter: token
  description: Access token returned by GET /api/access. Newer /api/v2/* operations send it
    as a `token` header; several legacy /api/* operations send the same token as a `token` field
    in the JSON request body.
  sources:
  - openapi/opkey-pcloudy-openapi.yml