NodePing · Authentication Profile

Nodeping Authentication

Authentication

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

MonitoringUptimeNotificationsSaaS
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

ApiTokenQuery apiKey
· in: query (token)
BasicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/nodeping-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: ApiTokenQuery
  type: apiKey
  in: query
  parameter: token
  description: API token passed as the `token` query parameter
  sources:
  - openapi/nodeping-openapi.yml
- name: BasicAuth
  type: http
  scheme: basic
  description: API token used as the username in HTTP Basic Auth
  sources:
  - openapi/nodeping-openapi.yml