Pulsoid · Authentication Profile

Pulsoid Authentication

Authentication

Pulsoid 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 authorizationCode and implicit flow(s).

Heart RateHealthWearablesReal-TimeStreamingWebSocketOAuth2
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode, implicit API key in:

Security Schemes

BearerAuth http
scheme: bearer
OAuth2 oauth2
· flows: implicit, authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pulsoid-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
  - implicit
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: OAuth2
  sources:
  - openapi/pulsoid-openapi.yml
- name: OAuth2
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: https://pulsoid.net/oauth2/authorize
    scopes: 9
  - flow: authorizationCode
    authorizationUrl: https://pulsoid.net/oauth2/authorize
    tokenUrl: https://pulsoid.net/oauth2/token
    scopes: 6
  sources:
  - openapi/pulsoid-openapi.yml