Notyfi · Authentication Profile

Notyfi Authentication

Authentication

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

CompanyNotificationsMonitoringWebhooksReal TimeAgentsMCPAlerts
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
apiKeyAuth apiKey
· in: header (X-Api-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/notyfi-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: 'Notyfi API key: `Authorization: Bearer notyfi_mk_...`'
  sources:
  - openapi/notyfi-openapi-original.json
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: X-Api-Key
  description: Notyfi API key as X-Api-Key.
  sources:
  - openapi/notyfi-openapi-original.json