Pulse Software · Authentication Profile

Pulse Software Authentication

Authentication

Pulse Software secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

PulseAutomationDeveloper
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKey apiKey
· in: header (x-Api-Key)
BearerJWT apiKey
· in: header (Authorisation)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pulse-software-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKey
  type: apiKey
  in: header
  parameter: x-Api-Key
  sources:
  - openapi/pulse-software-openapi.yml
- name: BearerJWT
  type: apiKey
  in: header
  parameter: Authorisation
  sources:
  - openapi/pulse-software-openapi.yml